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