Tests whether the specified rectangle is entirely contained within the current RectangleD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Contains(
	RectangleD rc
)
Visual Basic
Public Function Contains ( _
	rc As RectangleD _
) As Boolean

Parameters

rc
Type: C1.C1Preview..::..RectangleD
The RectangleD to test.

Return Value

true if rc is completely contained within the current RectangleD structure, false otherwise.

See Also