Defines a LEADTOOLS rendering engine.
public interface IRenderingEngine : IDisposable Public Interface IRenderingEngineInherits System.IDisposable
public interface IRenderingEngine : 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.
For an example, refer to SvgDocument.Render.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
