Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyQuadraticBezierSegment method
PageAPI::CreatePolyQuadraticBezierSegment method
Creates a new set of quadratic Bézier curves from the previous point in the path figure through a set of vertices, using specified control points.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPolyQuadraticBezierSegment> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyQuadraticBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
Parameter | Type | Description |
---|---|---|
points | System::ArrayPtr<System::Drawing::PointF> | Control points for multiple quadratic Bézier segments. |
isStroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
ReturnValue
New quadratic Bézier curves segment.
See Also
- Typedef SharedPtr
- Class XpsPolyQuadraticBezierSegment
- Typedef ArrayPtr
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++