public interface IRenderingEngine : IDisposable
public interface class IRenderingEngine : public System.IDisposable
class IRenderingEngine(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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document