Ribbon for WinForms
Contains(Double,Double) メソッド

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Contains メソッド : Contains(Double,Double) メソッド
The X coordinate of the point to test.
The Y coordinate of the point to test.
Tests whether a point specified by its coordinates is contained within the current Rect.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
public bool Contains( 
   double x,
   double y
)

パラメータ

x
The X coordinate of the point to test.
y
The Y coordinate of the point to test.

戻り値の型

true if the specified point is contained within the current Rect structure, false otherwise.
参照

Rect 構造体
Rect メンバ
オーバーロード一覧