Aspose::Page::XPS::XpsDocument::CreatePathGeometry methode

XpsDocument::CreatePathGeometry() method

Maakt een nieuwe padgeometrie.

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

ReturnValue

Nieuwe padgeometrie.

Opmerkingen

.

Zie ook

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

Maakt een nieuwe padgeometrie met een gespecificeerde lijst van padfiguren.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ParameterTypeBeschrijving
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Lijst van padfiguren.

ReturnValue

Nieuwe padgeometrie.

Zie ook

XpsDocument::CreatePathGeometry(System::String) method

Maakt een nieuwe padgeometrie gespecificeerd met verkorte vorm.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTypeBeschrijving
abbreviatedGeometrySystem::StringAfgekorte vorm van padgeometrie.

ReturnValue

Nieuwe padgeometrie.

Zie ook