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: x (number), y (number)
Creates a point of the form { x: x, y: y } and returns it.
{ x: x, y: y }
var aPoint = UI.makePoint ( 100, 150 ); // aPoint is now { x: 100, y: 150 }
0.3 Introduced; Docs Valid