Aspose::Page::XPS::XpsDocument::CreatePathGeometry Methode

XpsDocument::CreatePathGeometry() method

Erstellt eine neue Pfadgeometrie.

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

ReturnValue

Neue Pfadgeometrie.

Hinweise

.

Siehe auch

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

XpsDocument::CreatePathGeometry(System::String) method

Erstellt eine neue Pfadgeometrie in abgekürzter Form.

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

ReturnValue

Neue Pfadgeometrie.

Siehe auch