create method

create

Creates a new instance of the SVG render context.

Returns

The created SVG render context.

def create(self, device_context, resolving_context):
    ...
ParameterTypeDescription
device_contextISVGDeviceContextThe SVG device context used for rendering. See ISVGDeviceContext.
resolving_contextaspose.svg.rendering.styles.ISVGPropertyResolvingContextThe SVG property resolving context. See ISVGPropertyResolvingContext.

See Also