Summary
Gets the intersection of two rectangles.
Syntax
public PixelRect Intersect(PixelRect rect)
Parameters
Name | Type | Description |
---|---|---|
rect | PixelRect | The other rectangle. |
Return Value
Type | Description |
---|---|
PixelRect | The intersection. |