We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of UI)
Returns: point object
Parameters: none
Returns the zero point, { x: 0, y: 0 }.
{ x: 0, y: 0 }
var aPoint = UI.zeroPoint ();
0.3 Introduced; Docs Valid