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

PageAPI::CreatePathGeometry() method

Yeni bir yol geometrisi oluşturur.

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

ReturnValue

Yeni yol geometrisi.

Açıklamalar

.

Ayrıca Bakınız

PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method

Belirtilen yol şekli listesine sahip yeni bir yol geometrisi oluşturur.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ParameterTypeAçıklama
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Yol şekillerinin listesi.

ReturnValue

Yeni yol geometrisi.

Ayrıca Bakınız

PageAPI::CreatePathGeometry(System::String) method

Kısaltılmış biçimde belirtilen yeni bir yol geometrisi oluşturur.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTypeAçıklama
abbreviatedGeometrySystem::StringYol geometrisinin kısaltılmış biçimi.

ReturnValue

Yeni yol geometrisi.

Ayrıca Bakınız