Line
Overview
Line is a class in Aspose.PDF FOSS for C++.
This class provides 3 methods for working with Line objects in C++ programs.
Available methods include: CheckBounds, PositionArray.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
PositionArray() → std::vector<float> | Calls PositionArray on this Line instance. |
PositionArray(value: std::vector<float>) | Calls PositionArray(value) on this Line instance. |
CheckBounds(containerWidth: double, containerHeight: double) → bool | Calls CheckBounds(containerWidth, containerHeight) on this Line instance. |