RenderingEngine Property (original) (raw)

Summary

Gets the rendering engine associated with this object renderer.

Syntax

C#

Objective-C

C++/CLI

Java

Python

@property (nonatomic, strong, readonly) LTAnnRenderingEngine *renderingEngine; 
AnnRenderingEngine getRenderingEngine(); 

Property Value

The rendering engine associated with this object renderer. This is the same value passed to Initialize.

Remarks

The various methods of this class use the "context" property of the AnnRenderingEngine property to draw the object.

Leadtools.Annotations.Engine Assembly