renderedLabelBounds Property

Summary

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

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

Property Value

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

Remarks

This value is updated by the IAnnLabelRenderer to set the bounds of the label 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly