'Declaration 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 )
Parameters
- e
- 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.
Return Value
Bounds of element e, in client coordinates.