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.
|