バージョン

IsPointInside メソッド

指定したポイントが矩形内にあるかどうかを示すブール値を取得します。
シンタックス
'宣言
 
Public Function IsPointInside( _
   ByVal x As Single, _
   ByVal y As Single _
) As Boolean
public bool IsPointInside( 
   float x,
   float y
)

パラメータ

x
ポイントの X 座標。
y
ポイントの X 座標。

戻り値の型

指定したポイントが矩形内にあるかどうかを示すブール値。
参照