←Select platform

IRenderingEngine Interface

Summary

Defines a LEADTOOLS rendering engine.

Syntax

C#
VB
WinRT C#
C++
public interface IRenderingEngine : IDisposable 
Public Interface IRenderingEngine  
   Inherits System.IDisposable  
public interface IRenderingEngine : IClosable    
function Leadtools.IRenderingEngine() System.IDisposable  
public interface class IRenderingEngine : public System.IDisposable   

Remarks

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.

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly