Contains(X,Y) メソッド

クラス

Rectangle

アクション

現在の Rectangle が、指定した座標を含む場合は true を返します。 それ以外の場合は、false を返します。

構文

C#
public bool Contains (int x, int y)
VB
Public Function Contains (x As Integer, y As Integer) As Boolean