点击或拖拽改变大小

RectIntersectsWith 方法

IntersectsWith - Returns true if the Rect intersects with this rectangle Returns false otherwise. Note that if one edge is coincident, this is considered an intersection.

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

参数

rect
类型:CPF.DrawingRect
Rect

返回值

类型:Boolean
Returns true if the Rect intersects with this rectangle Returns false otherwise. or Height
参见