ISVGElementRendererService.Render
Contents
[
Hide
]Render(ISVGDeviceContext, CancellationToken, Viewport, params SVGElement[])
Renders the specified SVG elements onto the device context using the provided viewport.
public void Render(ISVGDeviceContext deviceContext, CancellationToken cancellationToken,
Viewport viewport, params SVGElement[] elements)
Parameter | Type | Description |
---|---|---|
deviceContext | ISVGDeviceContext | The device context to render onto. See ISVGDeviceContext . |
cancellationToken | CancellationToken | The cancellation token to observe for cancellation requests. |
viewport | Viewport | The viewport for rendering the elements. See Viewport . |
elements | SVGElement[] | The SVG elements to render. See SVGElement . |
See Also
- interface ISVGDeviceContext
- class Viewport
- class SVGElement
- interface ISVGElementRendererService
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Render(ISVGDeviceContext, CancellationToken, ISVGPropertyResolvingContext, params SVGElement[])
Renders the specified SVG elements onto the device context using the provided property resolving context.
public void Render(ISVGDeviceContext deviceContext, CancellationToken cancellationToken,
ISVGPropertyResolvingContext propertyResolvingContext, params SVGElement[] elements)
Parameter | Type | Description |
---|---|---|
deviceContext | ISVGDeviceContext | The device context to render onto. See ISVGDeviceContext . |
cancellationToken | CancellationToken | The cancellation token to observe for cancellation requests. |
propertyResolvingContext | ISVGPropertyResolvingContext | The property resolving context for rendering the elements. See ISVGPropertyResolvingContext . |
elements | SVGElement[] | The SVG elements to render. See SVGElement . |
See Also
- interface ISVGDeviceContext
- interface ISVGPropertyResolvingContext
- class SVGElement
- interface ISVGElementRendererService
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG