[]
Returns a rectangle that represents the intersection of two rectangles.
public static RectL Intersect(RectL a, RectL b)
Public Shared Function Intersect(a As RectL, b As RectL) As RectL
| Type | Name | Description |
|---|---|---|
| RectL | a | |
| RectL | b |
| Type | Description |
|---|---|
| RectL |