Contains - Returns true if the Point is within the rectangle, inclusive of the edges.
            Returns false otherwise.
            
 
        命名空间: 
     CPF.Drawing
        程序集:
     CPF (在 CPF.dll 中) 版本:0.8.8.5
 语法
语法public bool Contains(
	 in Point point
)
参数
- point
- 类型:CPF.DrawingPoint
 The point which is being tested
返回值
类型:
Boolean
            Returns true if the Point is within the rectangle.
            Returns false otherwise
            
 参见
参见