Gets or sets the rendering engine associated with this control.
public virtual AnnRenderingEngine RenderingEngine { get; set; }
Public Overridable Property RenderingEngine As Leadtools.Annotations.Core.AnnRenderingEngine
public:
virtual property Leadtools.Annotations.Core.AnnRenderingEngine^ RenderingEngine {
Leadtools.Annotations.Core.AnnRenderingEngine^ get();
void set ( Leadtools.Annotations.Core.AnnRenderingEngine^ );
}
The rendering engine associated with this control.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET