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):
...
| Parameter | Type | Description |
|---|---|---|
| device | IDevice | The device associated with the context. See IDevice |
| renderer_service | ISVGElementRendererService | The renderer service used for rendering SVG elements. |
See Also
- module
aspose.svg.rendering - class
IDevice - class
ISVGDeviceContext - class
ISVGDeviceContextFactory