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):
...
| Parameter | Type | Description |
|---|---|---|
| device_context | ISVGDeviceContext | The SVG device context used for rendering. See ISVGDeviceContext. |
| resolving_context | aspose.svg.rendering.styles.ISVGPropertyResolvingContext | The SVG property resolving context. See ISVGPropertyResolvingContext. |
See Also
- module
aspose.svg.rendering - class
ISVGDeviceContext - class
ISVGPropertyResolvingContext - class
ISVGRenderContextFactory