MESCIUS SPREAD for Windows Forms 17.0J
Contains メソッド (Rectangle)

テスト対象のポイントの x 座標。
テスト対象のポイントの y 座標。
指定したポイントがこの Rect 構造体に含まれているかどうかを判断します。
構文
'Declaration
 
Public Function Contains( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
public bool Contains( 
   double x,
   double y
)

パラメータ

x
テスト対象のポイントの x 座標。
y
テスト対象のポイントの y 座標。

戻り値の型

xyによって表されるポイントがこの Rect 構造体に含まれている場合、このメソッドは true を返します。それ以外の場合は false を返します。
参照

Rectangle 構造体
Rectangle メンバ

 

 


© MESCIUS inc. All rights reserved.