Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : IRenderingEngine Interface |
public interface IRenderingEngine : System.IDisposable
'Declaration
Public Interface IRenderingEngine Inherits System.IDisposable
'Usage
Dim instance As IRenderingEngine
public interface IRenderingEngine : IClosable //In WinRT the IDisposable interface is replaced by IClosable
function Leadtools.IRenderingEngine() System.IDisposable
public interface class IRenderingEngine : public System.IDisposable
The IRenderingEngine interface is used as a parameter to the SvgDocument.Render method to render an SVG document into a target device.
You cannot create a class that implements IRenderingEngine directly. Instead, you use one the following method to obtain an instance:
Method | Description |
---|---|
Leadtools.Drawing.RenderingEngineFactory.Create | Returns a GDI+ (System.Drawing) compatible engine to render SVG documents to System.Drawing.Graphics objects or Windows HDC handles. |
For more information, refer to Working With SVG.