バージョン

PointInsideRectangle メソッド

特定のポイントが特定の四角形内にあるかどうかを決定します。
シンタックス
'宣言
 
Public Shared Function PointInsideRectangle( _
   ByVal point As Point, _
   ByVal rectangle As Rectangle _
) As Boolean
public static bool PointInsideRectangle( 
   Point point,
   Rectangle rectangle
)

パラメータ

point
調査対象の点。
rectangle
調査対象の四角形。

戻り値の型

特定のポイントが特定の四角形内にある場合は True、そうでない場合は False。
参照