Initializes the label renderer with the specified rendering engine.
public void Initialize(
Leadtools.Annotations.Core.AnnRenderingEngine renderingEngine
)
Public Sub Initialize( _
ByVal renderingEngine As Leadtools.Annotations.Core.AnnRenderingEngine _
)
public void Initialize(
Leadtools.Annotations.Core.AnnRenderingEngine renderingEngine
)
function Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.Initialize(
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. Must not be null.
This is the label renderer implementation for this platform. For more information, refer to IAnnLabelRenderer.
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