ISVGDeviceContextFactory.Create

ISVGDeviceContextFactory.Create method

Creates an SVG device context with the specified device and renderer service.

public ISVGDeviceContext Create(IDevice device, ISVGElementRendererService rendererService)
ParameterTypeDescription
deviceIDeviceThe device associated with the context. See IDevice
rendererServiceISVGElementRendererServiceThe renderer service used for rendering SVG elements.

Return Value

The created ISVGDeviceContext.

See Also