PageAPI.CreatePolyBezierSegment
PageAPI.CreatePolyBezierSegment method
Creates a new set of cubic Bézier curves.
public XpsPolyBezierSegment CreatePolyBezierSegment(PointF[] points, bool isStroked = true)
Parameter | Type | Description |
---|---|---|
points | PointF[] | Control points for multiple Bézier segments. |
isStroked | Boolean | Specifies whether the stroke for this segment of the path is drawn. |
Return Value
New cubic Bézier curves segment.
See Also
- class XpsPolyBezierSegment
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page