Gets or sets the rendering engine associated with this control.
public AnnRenderingEngine RenderingEngine { get; set; }
Property RenderingEngine As AnnRenderingEngine
@property (nonatomic) LTAnnRenderingEngine * renderingEngine;
AnnRenderingEngine getRenderingEngine();
void setRenderingEngine(AnnRenderingEngine engine);
public:
property AnnRenderingEngine^ RenderingEngine
{
AnnRenderingEngine^ get()
void set(AnnRenderingEngine^ value)
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document