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