Ribbon for WinForms
Contains(Rect) メソッド

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

パラメータ

rc
The Rect to test.

戻り値の型

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

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