点击或拖拽改变大小

RectIntersect 方法 (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. 更新为交集

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Intersect(
	 in Rect rect
)

参数

rect
类型:CPF.DrawingRect
The rect to intersect with this
参见