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

RectangleRegion.AreEqualValue Method

Determines whether the specified RectangleRegion instance is equal to this rectangle region.

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

Syntax

Visual Basic
Public Function AreEqualValue ( _
	region As RectangleRegion _
) As Boolean
C#
public bool AreEqualValue(
	RectangleRegion region
)

Return Value

The Boolean which indicates whether region is the same instance as this rectangle region.

See Also

Reference