C#
VB
Java
Objective-C
WinRT C#
C++
Gets the rendering engine associated with this label renderer.
public AnnRenderingEngine RenderingEngine { get; }
Public ReadOnly Property RenderingEngine As Leadtools.Annotations.Core.AnnRenderingEngine
public Leadtools.Annotations.Core.AnnRenderingEngine RenderingEngine {get;}
@property (nonatomic, strong, readonly) LTAnnRenderingEngine *renderingEngine
public AnnRenderingEngine getRenderingEngine()
get_RenderingEngine();
public:
property AnnRenderingEngine^ RenderingEngine
{
AnnRenderingEngine^ get()
}
The rendering engine associated with this label renderer. This is the same value passed to Initialize.
The various methods of this class use the "context" property of AnnRenderingEngine to draw the labels.
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