[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rect.Intersect

Intersect Method

Intersect(Rect, Rect)

Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned.

Declaration
public static Rect Intersect(Rect a, Rect b)
Public Shared Function Intersect(a As Rect, b As Rect) As Rect
Parameters
Type Name Description
Rect a
Rect b
Returns
Type Description
Rect

A Rect that represents the intersetion between a and b.