Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : RenderingEngine Property |
AnnRenderingEngine RenderingEngine {get; set;}
'Declaration
Property RenderingEngine As AnnRenderingEngine
AnnRenderingEngine RenderingEngine {get; set;}
@property (nonatomic) LTAnnRenderingEngine * renderingEngine;
AnnRenderingEngine getRenderingEngine();
void setRenderingEngine(AnnRenderingEngine engine);
get_RenderingEngine();
set_RenderingEngine(value);
Object.defineProperty('RenderingEngine');
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.