Search
Point Constructor
See Also
 





Initializes a new instance of the Point class with the specified X and Y coordinates.

Namespace: MindFusion.Drawing
File: Point.js

 Syntax

JavaScript  Copy Code

function Point (x, y)

 Parameters

x
The X-coordinate of the Point.
y
The Y-coordinate of the Point.

 See Also