点击或拖拽改变大小

RectContains 方法 (Rect)

Contains - Returns true if the Rect non-Empty and is entirely contained within the rectangle, inclusive of the edges. Returns false otherwise

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

参数

rect
类型:CPF.DrawingRect

[缺少 "M:CPF.Drawing.Rect.Contains(CPF.Drawing.Rect@)" 的 <param name="rect"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Drawing.Rect.Contains(CPF.Drawing.Rect@)" 的 <returns> 文档]

参见