Initializes this object renderer with the specified rendering engine.
public void Initialize(
AnnRenderingEngine renderingEngine
)
Sub Initialize( _
ByVal renderingEngine As AnnRenderingEngine _
)
-(void) initialize:(LTAnnRenderingEngine*) renderingEngine;
void initialize(AnnRenderingEngine renderingEngine);
public:
void Initialize(
AnnRenderingEngine^ renderingEngine
)
renderingEngine
The rendering engine to use. This must an object that derives from AnnRenderingEngine. The value of this parameter gets set in the RenderingEngine property. This value must not be null.
Call the Initialize method before calling any other methods of this class to set up the object renderer with a rendering engine to use when drawing the object, its labels or its thumbs.
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