ISVGRenderContextFactory.Create

ISVGRenderContextFactory.Create method

Creates a new instance of the SVG render context.

public ISVGRenderContext Create(ISVGDeviceContext deviceContext, 
    ISVGPropertyResolvingContext resolvingContext)
ParameterTypeDescription
deviceContextISVGDeviceContextThe SVG device context used for rendering. See ISVGDeviceContext.
resolvingContextISVGPropertyResolvingContextThe SVG property resolving context. See ISVGPropertyResolvingContext.

Return Value

The created SVG render context.

See Also