Aspose::Page::XPS::XpsDocument::CreatePathGeometry طريقة
محتويات
[
يخفي
]XpsDocument::CreatePathGeometry() method
ينشئ هندسة مسار جديدة.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
هندسة مسار جديدة.
ملاحظات
.
انظر أيضًا
- 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
ينشئ هندسة مسار جديدة مع قائمة محددة من أشكال المسار.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
ينشئ هندسة مسار جديدة محددة بصيغة مختصرة.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Type | الوصف |
|---|---|---|
| abbreviatedGeometry | System::String | الصيغة المختصرة لهندسة المسار. |
ReturnValue
هندسة مسار جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++