RendererTDocument Class

Renderer<TDocument> class

Represents an abstract class for the all renderers.

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

Methods

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
render(IDevice, TDocument)Defines method for rendering !:TDocument into specified IDevice.
render(IDevice, params TDocument[])
abstract Render(IDevice, CancellationToken, params TDocument[])
render(IDevice, int, params TDocument[])
render(IDevice, TDocument, 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, TDocument, 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.
abstract Render(IDevice, TimeSpan, params TDocument[])

See Also