GetBounds(Element,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetBounds( _
ByVal As C1.Framework.Element, _
ByVal As Boolean, _
ByVal As Boolean _
) As Rectangle
public Rectangle GetBounds(
C1.Framework.Element ,
bool ,
bool
)
Parameters
- e
- contentArea
- clip
See Also