ISVGDeviceContext Interface

ISVGDeviceContext interface

Represents a device context for SVG rendering.

public interface ISVGDeviceContext : IDisposable

Properties

NameDescription
ClipStrategy { get; set; }Gets or sets a value indicating whether the device context is within a clip path.
Device { get; }Gets the underlying device associated with the context. See IDevice.
IsGlyphsRenderingSupported { get; }Gets a value indicating whether the device supports glyphs rendering.

See Also