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++