Aspose::Page::XPS::XpsDocument::CreatePathGeometry method

XpsDocument::CreatePathGeometry() method

एक नया पाथ जियोमेट्री बनाता है।

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()

ReturnValue

नया पाथ जियोमेट्री।

टिप्पणियाँ

.

संबंधित देखें

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)
पैरामीटरप्रकारविवरण
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>पाथ फ़िगर्स की सूची।

ReturnValue

नया पाथ जियोमेट्री।

संबंधित देखें

XpsDocument::CreatePathGeometry(System::String) method

संक्षिप्त रूप में निर्दिष्ट एक नया पाथ जियोमेट्री बनाता है।

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
पैरामीटरप्रकारविवरण
abbreviatedGeometrySystem::Stringपाथ जियोमेट्री का संक्षिप्त रूप।

ReturnValue

नया पाथ जियोमेट्री।

संबंधित देखें