点击或拖拽改变大小

PixelRectIntersect 方法 (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.

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

参数

rect
类型:CPFPixelRect
The rect to intersect with this
参见