ISVGRenderContext Interface

ISVGRenderContext interface

Represents a rendering context for SVG rendering.

public interface ISVGRenderContext : IDisposable

Methods

NameDescription
ApplyRenderProperties(CancellationToken, Action)Applies the render properties and executes the rendering action.

See Also