'宣言 Public Overloads Function GetBounds( _ ByVal e As Element, _ ByVal contentArea As System.Boolean, _ ByVal clip As System.Boolean _ ) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetBounds( Element e, System.bool contentArea, System.bool clip )
パラメータ
- e
- XView.Element to locate.
- contentArea
- Whether to get the bounds of the whole element or just the content area.
- clip
- Whether to clip the rectangle based on ancestor elements.
戻り値の型
Bounds of element e, in client coordinates.