Aspose::Pdf::Drawing::Line class

Line class

Represents line.

class Line : public Aspose::Pdf::Drawing::Shape

Methods

MethodDescription
CheckBounds(double, double) overrideChecks if the item fits within the given container dimensions (inclusive).
get_PositionArray() constGets 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