'宣言 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 の範囲。