バージョン

InsideRectangle メソッド

指定した点が長方形内にあるかどうかを判別します。
シンタックス
'宣言
 
Protected Shared Function InsideRectangle( _
   ByVal rect As Rectangle, _
   ByVal point As Point _
) As Boolean
protected static bool InsideRectangle( 
   Rectangle rect,
   Point point
)

パラメータ

rect
長方形領域を指定します。
point
点の位置を指定します。

戻り値の型

点の位置が長方形範囲内にあるかどうか。
解説

この補助メソッドは、ヒットと縁の検出に使用できます。

参照