Search
Point.equals Method
See Also
 






Specifies whether this Point contains the same coordinates as the specified point.

Namespace: MindFusion.Drawing
File: Point.js

 Syntax

JavaScript  Copy Code

function equals ([point])

 Parameters

point
Optional. The Point to test.

 Return Value

true if point is a Point and has the same coordinates as this Point.

 See Also