Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyBezierSegment method
PageAPI::CreatePolyBezierSegment method
Creates a new set of cubic Bézier curves.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
Parameter | Type | Description |
---|---|---|
points | System::ArrayPtr<System::Drawing::PointF> | Control points for multiple Bézier segments. |
isStroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
ReturnValue
New cubic Bézier curves segment.
See Also
- Typedef SharedPtr
- Class XpsPolyBezierSegment
- Typedef ArrayPtr
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++