Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IRenderingEngine Interface








Members 
Defines a LEADTOOLS rendering engine.
Object Model
Syntax
public interface IRenderingEngine : System.IDisposable  
'Declaration
 
Public Interface IRenderingEngine 
   Inherits System.IDisposable 
'Usage
 
Dim instance As IRenderingEngine
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

See Also

Reference

IRenderingEngine Members
Leadtools Namespace
SVG Rendering

Error processing SSI file