RenderingEngine Property (original) (raw)
Summary
Gets or sets the rendering engine associated with this control.
Syntax
C#
Objective-C
C++/CLI
Java
Python
@property (nonatomic) LTAnnRenderingEngine * renderingEngine;
AnnRenderingEngine getRenderingEngine();
void setRenderingEngine(AnnRenderingEngine engine);
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.
Leadtools.Annotations.Engine Assembly