'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.