←Select platform

RenderingEngine Property (IAnnAutomationControl)

Summary

Gets or sets the rendering engine associated with this control.

Syntax

C#
VB
Java
Objective-C
WinRT C#
@property (nonatomic) LTAnnRenderingEngine * renderingEngine;
AnnRenderingEngine getRenderingEngine(); 
void setRenderingEngine(AnnRenderingEngine engine); 
get_RenderingEngine(); 
set_RenderingEngine(value); 
Object.defineProperty('RenderingEngine'); 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize