Aspose::Page::XPS::XpsDocument::CreatePathGeometry method
Contents
[
Hide
]XpsDocument::CreatePathGeometry() method
Creates a new path geometry.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
New path geometry.
Remarks
.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method
Creates a new path geometry with specified list of path figures.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
Parameter | Type | Description |
---|---|---|
pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | List of path figures. |
ReturnValue
New path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class List
- Class XpsPathFigure
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
Creates a new path geometry specified with abbreviated form.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
Parameter | Type | Description |
---|---|---|
abbreviatedGeometry | System::String | Abbreviated form of path geometry. |
ReturnValue
New path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++