bounds Property

Summary

Gets or sets the boundaries of the item.

Syntax

JavaScript Syntax
Object.defineProperty(LayoutManagerItem.prototype, 'bounds', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly