Ribbon for WinForms
Contains(Point) メソッド

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Contains メソッド : Contains(Point) メソッド
The Point to test.
Tests whether the specified point is contained within the current Rect.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal pt As Point _
) As Boolean
public bool Contains( 
   Point pt
)

パラメータ

pt
The Point to test.

戻り値の型

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

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