This documentation is for the old version. Go to the latest Graphics Mill docs

RotatedRectangleF.areEqual Method

Determines whether the specified RotatedRectangleF instances are equal.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function areEqual(rect1, rect2);

Parameters

rect1

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.RotatedRectangleF

The first rotated rectangle to compare.
rect2

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.RotatedRectangleF

The second rotated rectangle to compare.

Return Value

true if rect1 and rect2 are equal; otherwise, false.

Remarks

This method corresponds to RotatedRectangleF.AreEqual(RotatedRectangleF, RotatedRectangleF) server-side member.

See Also

Reference