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

PageAPI::CreatePathGeometry() method

Erstellt eine neue Pfadgeometrie.

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

ReturnValue

Neue Pfadgeometrie.

Hinweise

.

Siehe auch

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

Erstellt eine neue Pfadgeometrie mit einer angegebenen Liste von Pfadfiguren.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ParameterTypBeschreibung
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Liste von Pfadfiguren.

ReturnValue

Neue Pfadgeometrie.

Siehe auch

PageAPI::CreatePathGeometry(System::String) method

Erstellt eine neue Pfadgeometrie in abgekürzter Form.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTypBeschreibung
abbreviatedGeometrySystem::StringAbgekürzte Form der Pfadgeometrie.

ReturnValue

Neue Pfadgeometrie.

Siehe auch