ASP.NET Pack Programmer's Guide
Point.equals Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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

Point Members
Point Class
MindFusion.Drawing Namespace