Rectangle。
現在の Rectangle が、指定した座標を含む場合は true を返します。 それ以外の場合は、false を返します。
public bool Contains (int x, int y)
Public Function Contains (x As Integer, y As Integer) As Boolean