Rectangle.
Returns true if the current Rectangle contains the specified coordinates. Returns false otherwise.
public bool Contains (int x, int y)
Public Function Contains (x As Integer, y As Integer) As Boolean