点击或拖拽改变大小

RectContains 方法

重载列表
  名称说明
公共方法Contains(Point)
Contains - Returns true if the Point is within the rectangle, inclusive of the edges. Returns false otherwise.
公共方法Contains(Rect)
Contains - Returns true if the Rect non-Empty and is entirely contained within the rectangle, inclusive of the edges. Returns false otherwise
公共方法Contains(Single, Single)
Contains - Returns true if the Point represented by x,y is within the rectangle inclusive of the edges. Returns false otherwise.
Top
参见