Skip to content
kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of UI)

Returns: point object

Parameters: x (number), y (number)

Creates a point of the form { x: x, y: y } and returns it.

Usage

var aPoint = UI.makePoint ( 100, 150 );
// aPoint is now { x: 100, y: 150 }

Version

0.3 Introduced; Docs Valid

Clone this wiki locally