RenderingEngine Property

Summary
Gets or sets the rendering engine associated with this control.
Syntax
C#
C++/CLI
public virtual AnnRenderingEngine RenderingEngine { get; set; } 
            public: 
virtual property AnnRenderingEngine^ RenderingEngine { 
   AnnRenderingEngine^ get(); 
   void set (    AnnRenderingEngine^ ); 
} 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.