You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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