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

RectangleRegion.Contains Method (RectangleF)

Determines if the specified RectangleF 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 ( _
	rect As RectangleF _
) As Boolean
C#
public bool Contains(
	RectangleF rect
)

Parameters

rect

Type: System.Drawing.RectangleF

The RectangleF to test.

Return Value

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

See Also

Reference