XpsDocument.CreatePathGeometry
Contents
[
Hide
]CreatePathGeometry(string)
Creates a new path geometry specified with abbreviated form.
public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
Parameter | Type | Description |
---|---|---|
abbreviatedGeometry | String | Abbreviated form of path geometry. |
Return Value
New path geometry.
See Also
- class XpsPathGeometry
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
CreatePathGeometry()
Creates a new path geometry.
public XpsPathGeometry CreatePathGeometry()
Return Value
New path geometry.
See Also
- class XpsPathGeometry
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
CreatePathGeometry(List<XpsPathFigure>)
Creates a new path geometry with specified list of path figures.
public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
Parameter | Type | Description |
---|---|---|
pathFigures | List`1 | List of path figures. |
Return Value
New path geometry.
See Also
- class XpsPathGeometry
- class XpsPathFigure
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page