create_poly_bezier_segment method
create_poly_bezier_segment {#aspose.pydrawing.PointF[]-bool}
Creates a new set of cubic Bézier curves.
Returns
New cubic Bézier curves segment.
def create_poly_bezier_segment(self, points, is_stroked):
...
Parameter | Type | Description |
---|---|---|
points | aspose.pydrawing.PointF[] | Control points for multiple Bézier segments. |
is_stroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
See Also
- module
aspose.page.xps
- class
XpsDocument
- class
XpsPolyBezierSegment