Sys.UI.Point Constructor
Initializes a new instance of the Sys.UI.Point class.
Syntax
var objectPointVar = new Sys.UI.Point(x, y);
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.