Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method

PageAPI::CreatePathGeometry() method

Δημιουργεί μια νέα γεωμετρία μονοπατιού.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()

ReturnValue

Νέα γεωμετρία διαδρομής.

Παρατηρήσεις

.

Δείτε επίσης

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)
ParameterTypeΠεριγραφή
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Λίστα των στοιχείων διαδρομής.

ReturnValue

Νέα γεωμετρία διαδρομής.

Δείτε επίσης

PageAPI::CreatePathGeometry(System::String) method

Δημιουργεί μια νέα γεωμετρία μονοπατιού που καθορίζεται με συντομευμένη μορφή.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTypeΠεριγραφή
abbreviatedGeometrySystem::StringΣυντομευμένη μορφή της γεωμετρίας διαδρομής.

ReturnValue

Νέα γεωμετρία διαδρομής.

Δείτε επίσης