renderingEngine Property

Summary

Gets the rendering engine associated with this object renderer.

Syntax

JavaScript Syntax
Object.defineProperty(IAnnObjectRenderer.prototype, 'renderingEngine', 
	get: function() 
) 
TypeScript Syntax
renderingEngine: AnnRenderingEngine; // read-only 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly