Aspose::Pdf::Drawing::Curve class

Curve class

Represents bezier curve.

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

Methods

MethodDescription
Curve(System::ArrayPtr<float>)Initializes a new instance of the Curve class.
get_GraphInfo() constGets a GraphInfo object that indicates the graph info,such as color, line width,etc.
get_PositionArray() constGets a float position array.
get_Text() constGets a text for shape.
set_GraphInfo(System::SharedPtr<Aspose::Pdf::GraphInfo>)Sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
set_PositionArray(System::ArrayPtr<float>)Sets a float position array.
set_Text(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets a text for shape.
Shape()

See Also