ActiveReports 13
Intersect(Rect,Rect) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Intersect Method : Intersect(Rect,Rect) Method
A rectangle to intersect.
A rectangle to intersect.
Returns a third Rect structure that represents the intersection of two other Rect structures. If there is no intersection, an empty Rect is returned.
Syntax
'Declaration
 
Public Overloads Shared Function Intersect( _
   ByVal a As Rect, _
   ByVal b As Rect _
) As Rect
public static Rect Intersect( 
   Rect a,
   Rect b
)

Parameters

a
A rectangle to intersect.
b
A rectangle to intersect.

Return Value

Rect.
See Also

Reference

Rect Structure
Rect Members
Overload List