FlexReport for WinForms
Contains(Rect) メソッド


C1.Document.4.6.2 アセンブリ > C1.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 System.Boolean
'使用法
 
Dim instance As Rect
Dim rc As Rect
Dim value As System.Boolean
 
value = instance.Contains(rc)
public System.bool Contains( 
   Rect rc
)

パラメータ

rc
The Rect to test.

戻り値の型

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

参照

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