bounds Property

Summary

Gets or sets the boundaries of the item.

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

Property Value

LeadRectD that represents the boundaries of the item, in a normalized form.

Remarks

The boundaries rectangle is in normalized form, meaning that the value will range from 0 to 1.

To get the bounds of the item in pixels, refer to DisplayRectangle.

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.Controls.Medical Assembly