Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsPolyBezierSegment |
XpsDocument.createPolyBezierSegment(Point2D[] points)
Creates a new set of stroked cubic Bézier curves.
|
XpsPolyBezierSegment |
XpsDocument.createPolyBezierSegment(Point2D[] points,
boolean isStroked)
Creates a new set of cubic Bézier curves.
|
XpsPolyBezierSegment |
XpsPolyBezierSegment.deepClone()
Clones this set of cubic Bézier curves.
|