SkiaCanvasDevice constructor
init
Initializes a new instance of the DeviceAdapter class.
def __init__(self, device):
...
| Parameter | Type | Description |
|---|---|---|
| device | IDevice | The device to be adapted. |
init
Constructs a new instance of SkiaCanvasDevice
def __init__(self, rendering_options, canvas_provider):
...
| Parameter | Type | Description |
|---|---|---|
| rendering_options | RenderingOptions | |
| canvas_provider | ISkiaCanvasProvider |
See Also
- module
aspose.svg.rendering.devices - class
DeviceAdapter - class
SkiaCanvasDevice