ISVGDeviceContextFactory Interface

ISVGDeviceContextFactory interface

Represents a factory for creating SVG device contexts.

public interface ISVGDeviceContextFactory

Methods

NameDescription
Create(IDevice, ISVGElementRendererService)Creates an SVG device context with the specified device and renderer service.

See Also