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

RectangleRegion.Contains Method (VObject)

Determines if the specified VObject is entirely contained within this RectangleVObject.

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

Syntax

Visual Basic
Public Function Contains ( _
	vo As VObject _
) As Boolean
C#
public bool Contains(
	VObject vo
)

Return Value

The Boolean which indicates whether vo is entirely contained within this rectangle region.

See Also

Reference