Aspose::Page::XPS::XpsDocument::CreatePathGeometry metodu

XpsDocument::CreatePathGeometry() method

Yeni bir yol geometrisi oluşturur.

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

ReturnValue

Yeni yol geometrisi.

Açıklamalar

.

Ayrıca Bakınız

XpsDocument::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::XpsDocument::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

XpsDocument::CreatePathGeometry(System::String) method

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

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

ReturnValue

Yeni yol geometrisi.

Ayrıca Bakınız