Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Sys.UI.Bounds class.
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.