Initializes this object renderer with the specified rendering engine.
public void Initialize(
AnnRenderingEngine renderingEngine
)
Sub Initialize( _
ByVal renderingEngine As Leadtools.Annotations.Core.AnnRenderingEngine _
)
void Initialize(
Leadtools.Annotations.Core.AnnRenderingEngine renderingEngine
)
-(void) initialize:(LTAnnRenderingEngine*) renderingEngine;
void initialize(AnnRenderingEngine renderingEngine);
function Leadtools.Annotations.Core.IAnnObjectRenderer.Initialize(
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.
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