ISVGDeviceContextFactory.Create
ISVGDeviceContextFactory.Create method
Creates an SVG device context with the specified device and renderer service.
public ISVGDeviceContext Create(IDevice device, ISVGElementRendererService rendererService)
Parameter | Type | Description |
---|---|---|
device | IDevice | The device associated with the context. See IDevice |
rendererService | ISVGElementRendererService | The renderer service used for rendering SVG elements. |
Return Value
The created ISVGDeviceContext
.
See Also
- interface ISVGDeviceContext
- interface IDevice
- interface ISVGElementRendererService
- interface ISVGDeviceContextFactory
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG