'宣言 Public Overloads Function GetBounds( _ ByVal ancestor As Element, _ ByVal contentArea As System.Boolean, _ ByVal clip As System.Boolean _ ) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetBounds( Element ancestor, System.bool contentArea, System.bool clip )
パラメータ
- ancestor
- 祖先要素(親、親の親など)。
- contentArea
- 要素の外側範囲を返すか、コンテンツ領域を返すか。
- clip
- 祖先のコンテンツ領域に四角形をクリップするかどうか。
戻り値の型
指定された ancestor内の要素の位置に対応する System.Drawing.Rectangle。