Aspose::Pdf::Drawing::Curve class
Curve class
Represents bezier curve.
class Curve : public Aspose::Pdf::Drawing::Shape
Methods
Method | Description |
---|---|
CheckBounds(double, double) override | Checks if the item fits within the given container dimensions (inclusive). |
Curve(System::ArrayPtr<float>) | Initializes a new instance of the Curve class. |
get_PositionArray() const | Gets a float position array. |
set_PositionArray(System::ArrayPtr<float>) | Sets a float position array. |
See Also
- Class Shape
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++