RendererTDocument Methods |
The RendererTDocument generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from Renderer.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Render(IDevice, TDocument) |
Defines method for rendering [!:TDocument] into specified IDevice.
|
![]() | Render(IDevice, TDocument) |
Defines method for rendering multiple [!:TDocument]s into specific IDevice.
|
![]() | Render(IDevice, Int32, TDocument) |
Defines method for rendering multiple [!:TDocument]s into specific 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, TimeSpan, TDocument) |
Defines method for rendering multiple [!:TDocument]s into specific 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, Int32) |
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.
|
![]() | ToString | (Inherited from Object.) |