SvgRenderer Methods |
The SvgRenderer 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.
(Inherited from RendererTDocument.) | |
Render(IDevice, TDocument) |
Defines method for rendering multiple [!:TDocument]s into specific IDevice.
(Inherited from RendererTDocument.) | |
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.
(Inherited from RendererTDocument.) | |
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.
(Inherited from RendererTDocument.) | |
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.
(Inherited from RendererTDocument.) | |
Render(IDevice, TimeSpan, SVGDocument) |
Defines method for rendering multiple SVGDocuments 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.
(Overrides RendererTDocumentRender(IDevice, TimeSpan, TDocument).) | |
ToString | (Inherited from Object.) |