create_path_geometry method

create_path_geometry

Creates a new path geometry.

Returns

New path geometry.

def create_path_geometry(self):
    ...

create_path_geometry

Creates a new path geometry specified with abbreviated form.

Returns

New path geometry.

def create_path_geometry(self, abbreviated_geometry):
    ...
ParameterTypeDescription
abbreviated_geometrystrAbbreviated form of path geometry.

create_path_geometry {#System.Collections.Generic.List<Aspose.Page.XPS.XpsModel.XpsPathFigure>}

def create_path_geometry(self, path_figures):
    ...
ParameterTypeDescription
path_figuresSystem.Collections.Generic.List<Aspose.Page.XPS.XpsModel.XpsPathFigure>

See Also