Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
περιεχόμενα
[
κρύβω
]PageAPI::CreatePathGeometry() method
Δημιουργεί μια νέα γεωμετρία μονοπατιού.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Νέα γεωμετρία διαδρομής.
Παρατηρήσεις
.
Δείτε επίσης
- 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
Δημιουργεί μια νέα γεωμετρία μονοπατιού με καθορισμένη λίστα μορφών μονοπατιού.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Type | Περιγραφή |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Λίστα των στοιχείων διαδρομής. |
ReturnValue
Νέα γεωμετρία διαδρομής.
Δείτε επίσης
- 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
Δημιουργεί μια νέα γεωμετρία μονοπατιού που καθορίζεται με συντομευμένη μορφή.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Type | Περιγραφή |
|---|---|---|
| abbreviatedGeometry | System::String | Συντομευμένη μορφή της γεωμετρίας διαδρομής. |
ReturnValue
Νέα γεωμετρία διαδρομής.
Δείτε επίσης
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++