create_poly_quadratic_bezier_segment method
create_poly_quadratic_bezier_segment {#aspose.pydrawing.PointF[]-bool}
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.
Returns
New quadratic Bézier curves segment.
def create_poly_quadratic_bezier_segment(self, points, is_stroked):
...
| Parameter | Type | Description |
|---|---|---|
| points | aspose.pydrawing.PointF[] | Control points for multiple quadratic 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
XpsPolyQuadraticBezierSegment