Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint)
Creates a new open path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
boolean isClosed)
Creates a new path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
List<XpsPathSegment> segments)
Creates a new open path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
List<XpsPathSegment> segments,
boolean isClosed)
Creates a new path figure.
|
XpsPathFigure |
XpsPathFigure.deepClone()
Clones this path figure.
|
Modifier and Type | Method and Description |
---|---|
List<XpsPathFigure> |
XpsPathGeometry.getPathFigures()
Returns the list of child path figures.
|
Modifier and Type | Method and Description |
---|---|
XpsPathGeometry |
XpsDocument.createPathGeometry(List<XpsPathFigure> pathFigures)
Creates a new path geometry with specified list of path figures.
|
Copyright © 2022 Aspose. All Rights Reserved.