Contains(Point) | Determines if the rectangle contains a point 确定矩形是否包含点 |
Contains(Rect) | Determines if the rectangle fully contains another rectangle 确定矩形是否完全包含另一个矩形 |
Contains(Int32, Int32) | Determines if the rectangle contains a point with specified coordinates 确定矩形是否包含具有指定坐标的点 |