Aspose::Pdf::Drawing::Curve class

Curve class

Represents bezier curve.

class Curve : public Aspose::Pdf::Drawing::Shape

Methods

MethodDescription
CheckBounds(double, double) overrideChecks if the item fits within the given container dimensions (inclusive).
Curve(System::ArrayPtr<float>)Initializes a new instance of the Curve class.
get_PositionArray() constGets a float position array.
set_PositionArray(System::ArrayPtr<float>)Sets a float position array.

See Also