RendererTSource Class

Renderer<TSource> class

Represents an abstract class for the all renderers.

public abstract class Renderer<TSource> : Renderer
ParameterDescription
TDocumentThe type of the document.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
Render(IDevice, TSource)Defines method for rendering !:TDocument into specified IDevice.
Render(IDevice, params TSource[])
abstract Render(IDevice, CancellationToken, params TSource[])
Render(IDevice, int, params TSource[])
abstract Render(IDevice, TimeSpan, params TSource[])
Render(IDevice, TSource, int)Defines method for rendering !:TDocument into specified IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Render(IDevice, TSource, TimeSpan)Defines method for rendering !:TDocument into specified IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.

See Also