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.
更新为交集
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public void Intersect(
in Rect rect
)
参数
- rect
- 类型:CPF.DrawingRect
The rect to intersect with this
参见