ShapeRenderer constructor

ShapeRenderer(shape)

Initializes a new instance of this class.

def __init__(self, shape: aspose.words.drawing.ShapeBase):
    ...
ParameterTypeDescription
shapeShapeBaseThe DrawinML shape object that you want to render.

See Also