Sys.UI.Point Constructor

Initializes a new instance of the Sys.UI.Point class.

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.

See Also

Reference

Sys.UI.Point Class

new Operator

Other Resources

Language Reference