ActiveReports 13
Intersect(Rect) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Intersect Method : Intersect(Rect) Method
The Rect with which to intersect.
Replaces this Rect with the intersection of itself and the specified Rect.
Syntax
'Declaration
 
Public Overloads Function Intersect( _
   ByVal rect As Rect _
) As Rect
public Rect Intersect( 
   Rect rect
)

Parameters

rect
The Rect with which to intersect.
See Also

Reference

Rect Structure
Rect Members
Overload List