点击或拖拽改变大小

PixelRectContains 方法

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