Aspose::Pdf::Drawing::Line class
Line class
Represents line.
class Line : public Aspose::Pdf::Drawing::Shape
Methods
| Method | Description |
|---|---|
| CheckBounds(double, double) override | Checks if the item fits within the given container dimensions (inclusive). |
| get_PositionArray() const | Gets a PositionArray object that indicates the position array.The array is composed by coordinates of each control point of the line. directly. |
| Line(System::ArrayPtr<float>) | Initializes a new instance of the Line class. |
| set_PositionArray(System::ArrayPtr<float>) | Sets a PositionArray object that indicates the position array.The array is composed by coordinates of each control point of the line. directly. |
See Also
- Class Shape
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++