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