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

PageAPI::CreatePathGeometry() method

Membuat path geometry baru.

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

ReturnValue

Geometri jalur baru.

Catatan

.

Lihat Juga

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

Membuat path geometry baru dengan daftar path figure yang ditentukan.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ParameterTipeDeskripsi
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Daftar figur jalur.

ReturnValue

Geometri jalur baru.

Lihat Juga

PageAPI::CreatePathGeometry(System::String) method

Membuat path geometry baru yang ditentukan dengan bentuk singkat.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTipeDeskripsi
abbreviatedGeometrySystem::StringBentuk singkat dari geometri jalur.

ReturnValue

Geometri jalur baru.

Lihat Juga