FarPoint.Win
SetBounds Method
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : SetBounds Method


Sets the bounds of the control to the specified position and size.

Overload List

OverloadDescription
SetBounds(Int32,Int32,Int32,Int32) Sets the bounds of the element to the position and size of the bounding rectangle of the specified dimensions.  
SetBounds(Rectangle) Sets the bounds of the element to the position and size of the specified bounding rectangle object.  

See Also