←Select platform

RenderingEngine Property

Summary
Gets or sets the rendering engine associated with this control.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnRenderingEngine RenderingEngine { get; set; } 
@property (nonatomic) LTAnnRenderingEngine * renderingEngine; 
AnnRenderingEngine getRenderingEngine(); 
void setRenderingEngine(AnnRenderingEngine engine); 
public:  
   property AnnRenderingEngine^ RenderingEngine 
   { 
      AnnRenderingEngine^ get() 
      void set(AnnRenderingEngine^ value) 
   } 
RenderingEngine # get and set (IAnnAutomationControl) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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