Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment method
XpsDocument::CreatePolyBezierSegment method
Creates a new set of cubic Bézier curves.
System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++