Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
Inhalt
[
Ausblenden
]PageAPI::CreatePathGeometry() method
Erstellt eine neue Pfadgeometrie.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Neue Pfadgeometrie.
Hinweise
.
Siehe auch
- 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
Erstellt eine neue Pfadgeometrie mit einer angegebenen Liste von Pfadfiguren.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Typ | Beschreibung |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Liste von Pfadfiguren. |
ReturnValue
Neue Pfadgeometrie.
Siehe auch
- 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
Erstellt eine neue Pfadgeometrie in abgekürzter Form.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Typ | Beschreibung |
|---|---|---|
| abbreviatedGeometry | System::String | Abgekürzte Form der Pfadgeometrie. |
ReturnValue
Neue Pfadgeometrie.
Siehe auch
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++