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

RectangleRegion.Contains Method

Determines if the specified rectangle or vector object is entirely contained within this rectangle region.

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

Syntax

Java Script
function contains(arg);

Parameters

arg

Type: Global.Type

The rectangle or vector object to test.

Return Value

true if arg is entirely contained within this rectangle region; otherwise, false.

See Also

Reference