[]
Returns a rectangle that represents the intersection of two rectangles.
public static void IntersectRef(out RectD result, ref RectD a, ref RectD b)
Public Shared Sub IntersectRef(ByRef result As RectD, ByRef a As RectD, ByRef b As RectD)
| Type | Name | Description |
|---|---|---|
| RectD | result | |
| RectD | a | |
| RectD | b |