Aspose::Page::XPS::XpsDocument::CreatePathGeometry Methode
Inhalt
[
Ausblenden
]XpsDocument::CreatePathGeometry() method
Erstellt eine neue Pfadgeometrie.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
Neue Pfadgeometrie.
Hinweise
.
Siehe auch
- 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
Erstellt eine neue Pfadgeometrie mit einer angegebenen Liste von Pfadfiguren.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
Erstellt eine neue Pfadgeometrie in abgekürzter Form.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++