create method

create

Creates an SVG device context with the specified device and renderer service.

Returns

The created ISVGDeviceContext.

def create(self, device, renderer_service):
    ...
ParameterTypeDescription
deviceIDeviceThe device associated with the context. See IDevice
renderer_serviceISVGElementRendererServiceThe renderer service used for rendering SVG elements.

See Also