Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace : AnnWinFormsRenderingEngine Class |
public class AnnWinFormsRenderingEngine : Leadtools.Annotations.Core.AnnRenderingEngine
'Declaration
Public Class AnnWinFormsRenderingEngine Inherits Leadtools.Annotations.Core.AnnRenderingEngine
'Usage
Dim instance As AnnWinFormsRenderingEngine
public sealed class AnnWinFormsRenderingEngine : Leadtools.Annotations.Core.AnnRenderingEngine
function Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine()
AnnWinFormsRenderingEngine is the rendering engine implementation for the Windows Forms platform. This class derives from AnnRenderingEngine and implements the required methods to render annotation objects to a System.Drawing.Graphics object.
The Windows Forms ImageViewerAutomationControl (in Examples\DotNet\CS\Leadtools.Annotations.WinForms) object creates an instance of the AnnWinFormsRenderingEngine and uses it to create an automated annotation user interface tied with the LEADTOOLS Windows Forms ImageViewer control.