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