fill method

fill

Gets the brush used for filling shapes.

Returns

The brush used for filling shapes.

def fill(self, rendeing_context):
    ...
ParameterTypeDescription
rendeing_contextaspose.svg.rendering.ISVGDeviceContextThe rendering context.

See Also