Input for WinForms
GetBounds(Element,Boolean,Boolean) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > IView インターフェース > GetBounds メソッド : GetBounds(Element,Boolean,Boolean) メソッド
検索する Element
要素全体の範囲を取得するか、コンテンツ領域だけの範囲を取得するか。
祖先要素に基づいて四角形をクリッピングするかどうか。
特定の要素を含む四角形を取得します。
シンタックス
'宣言
 
Overloads Function GetBounds( _
   ByVal e As Element, _
   ByVal contentArea As System.Boolean, _
   ByVal clip As System.Boolean _
) As System.Drawing.Rectangle
System.Drawing.Rectangle GetBounds( 
   Element e,
   System.bool contentArea,
   System.bool clip
)

パラメータ

e
検索する Element
contentArea
要素全体の範囲を取得するか、コンテンツ領域だけの範囲を取得するか。
clip
祖先要素に基づいて四角形をクリッピングするかどうか。

戻り値の型

クライアント座標で表される、要素 e の範囲。
解説
このメソッドは、現在の ScrollableControl.ScrollPosition を考慮すること以外は、 Element クラスの Element.GetBounds メソッドと同じです。
参照

IView インターフェース
IView メンバ
オーバーロード一覧