PrintDocument for WinForms
Contains(RectangleD) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > Contains メソッド : Contains(RectangleD) メソッド
The RectangleD to test.
Tests whether the specified rectangle is entirely contained within the current RectangleD.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal rc As RectangleD _
) As System.Boolean
'使用法
 
Dim instance As RectangleD
Dim rc As RectangleD
Dim value As System.Boolean
 
value = instance.Contains(rc)
public System.bool Contains( 
   RectangleD rc
)

パラメータ

rc
The RectangleD to test.

戻り値の型

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

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