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