RectIntersect 方法 |
名称 | 说明 | |
---|---|---|
![]() | Intersect(Rect) |
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(Rect, Rect) |
Intersect - Return the result of the intersection of rect1 and rect2.
If either this or rect are Empty, the result is Empty as well.
|