Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry मेथड
अंतर्वस्तु
[
छिपाना
]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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| abbreviatedGeometry | System::String | पाथ जियोमेट्री का संक्षिप्त रूप। |
ReturnValue
नया पाथ जियोमेट्री।
संबंधित देखें
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++