[]
Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned.
public static Rect Intersect(Rect a, Rect b)
Public Shared Function Intersect(a As Rect, b As Rect) As Rect
Type | Name | Description |
---|---|---|
Rect | a | |
Rect | b |
Type | Description |
---|---|
Rect | A Rect that represents the intersetion between a and b. |