Tests whether the current RectangleD intersects with another.

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

Syntax

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

Parameters

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

Return Value

true if the current RectangleD intersects with rc, false otherwise.

See Also