XpsDocument.CreatePolyQuadraticBezierSegment
XpsDocument.CreatePolyQuadraticBezierSegment method
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.
public XpsPolyQuadraticBezierSegment CreatePolyQuadraticBezierSegment(PointF[] points,
bool isStroked = true)
Parameter | Type | Description |
---|---|---|
points | PointF[] | Control points for multiple quadratic Bézier segments. |
isStroked | Boolean | Specifies whether the stroke for this segment of the path is drawn. |
Return Value
New quadratic Bézier curves segment.
See Also
- class XpsPolyQuadraticBezierSegment
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page