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