←Select platform

RenderingEngine Property

Summary

Gets or sets the rendering engine associated with this control.

Syntax
C#
VB
Objective-C
C++
Java
public AnnRenderingEngine RenderingEngine { get; set; } 
Property RenderingEngine As AnnRenderingEngine 
@property (nonatomic) LTAnnRenderingEngine * renderingEngine; 
AnnRenderingEngine getRenderingEngine(); 
void setRenderingEngine(AnnRenderingEngine engine); 
public:  
   property AnnRenderingEngine^ RenderingEngine 
   { 
      AnnRenderingEngine^ get() 
      void set(AnnRenderingEngine^ value) 
   } 

Property Value

The rendering engine associated with this control.

Remarks

RenderingEngine is called by the automation object when the object is added to an automation manager.

The default implementation saves the value of RenderingEngine into a local variable and then uses this engine during ImageViewer.PostRender to render the container(s) on the control.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly