Sys.UI.Bounds Constructor
Initializes a new instance of the Sys.UI.Bounds class.
Syntax
var objectBoundsVar = new Sys.UI.Bounds(x, y, width, height);
Arguments
-
x
-
The number of pixels between the location and the left edge of the parent frame.
-
y
-
The number of pixels between the location and the top edge of the parent frame.
-
width
-
The width in pixels.
-
height
-
The height in pixels.