MindFusion.Charting for JavaScript Programmer's Guide
Rect.equals Method
See Also
 






Specifies whether this Rect contains the same coordinates as the specified rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function equals (rect)

 Parameters

rect

Type: Rect
Rect. The Rect to test.

 Return Value

Type: Boolean
Boolean. true if rect has the same coordinates as this Rect.

 See Also

Rect Members
Rect Class
MindFusion.Drawing Namespace