ActiveReports 13
IntersectsWith Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure : IntersectsWith Method
The rectangle to test.
Determines if this rectangle intersects with specified rectangle.
Syntax
'Declaration
 
Public Function IntersectsWith( _
   ByVal rect As Rect _
) As Boolean
public bool IntersectsWith( 
   Rect rect
)

Parameters

rect
The rectangle to test.

Return Value

This method returns true if there is any intersection, otherwise false.
See Also

Reference

Rect Structure
Rect Members