←Select platform

IRenderingEngine Interface

Summary
Defines a LEADTOOLS rendering engine.
Syntax
C#
C++/CLI
Python
public interface IRenderingEngine : IDisposable 
public interface class IRenderingEngine : public System.IDisposable   
class IRenderingEngine(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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.