stroke method

stroke

Gets the brush used for stroking shapes.

Returns

The brush used for stroking shapes.

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

See Also