ActiveReports 12
Intersect Method (RectangleFEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure : Intersect Method
The first rectangle.
The second rectangle.
Gets the intersection rectangle.
Syntax
'Declaration
 
Public Shared Function Intersect( _
   ByVal rect1 As RectangleFEx, _
   ByVal rect2 As RectangleFEx _
) As RectangleFEx
public static RectangleFEx Intersect( 
   RectangleFEx rect1,
   RectangleFEx rect2
)

Parameters

rect1
The first rectangle.
rect2
The second rectangle.

Return Value

The rectangle which represents intersection of provided rectangles.
See Also

Reference

RectangleFEx Structure
RectangleFEx Members