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