バージョン

PointInside メソッド

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

パラメータ

point
テストするポイント。

戻り値の型

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