Aspose::Page::XPS::XpsDocument::CreatePathGeometry methode
inhoud
[
verbergen
]XpsDocument::CreatePathGeometry() method
Maakt een nieuwe padgeometrie.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
Nieuwe padgeometrie.
Opmerkingen
.
Zie ook
- 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
Maakt een nieuwe padgeometrie met een gespecificeerde lijst van padfiguren.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Type | Beschrijving |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Lijst van padfiguren. |
ReturnValue
Nieuwe padgeometrie.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class List
- Class XpsPathFigure
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
Maakt een nieuwe padgeometrie gespecificeerd met verkorte vorm.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Type | Beschrijving |
|---|---|---|
| abbreviatedGeometry | System::String | Afgekorte vorm van padgeometrie. |
ReturnValue
Nieuwe padgeometrie.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++