Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
inhoud
[
verbergen
]PageAPI::CreatePathGeometry() method
Maakt een nieuwe padgeometrie.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Nieuwe padgeometrie.
Opmerkingen
.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::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::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreatePathGeometry(System::String) method
Maakt een nieuwe padgeometrie gespecificeerd met verkorte vorm.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++