PixelRectIntersect 方法 |
| 名称 | 说明 | |
|---|---|---|
| Intersect(PixelRect) |
Intersect - Update this rectangle to be the intersection of this and rect
If either this or rect are Empty, the result is Empty as well.
| |
| Intersect(PixelRect, PixelRect) |
Intersect - Return the result of the intersection of rect1 and rect2.
If either this or rect are Empty, the result is Empty as well.
|