renderedObjectBounds Property

Summary

Gets or sets the bounding rectangle of the object as it was last rendered.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'renderedObjectBounds', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
renderedObjectBounds: LeadRectD; 

Property Value

The bounding rectangle of the object as it was last rendered in container coordinates.

Remarks

This value is updated by the IAnnObjectRenderer to set the bounds of the object in container coordinates. It can be used by client applications to perform custom hit-testing. This value is not used by the framework.

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