Method SetBounds
SetBounds(double, double, double, double, BoundsSpecified)
Sets the specified bounds of the control to new location and size.
void SetBounds(double x, double y, double width, double height, BoundsSpecified specified)
Parameters
xdoubleThe new Left property value of the control.
ydoubleThe new Top property value of the control.
widthdoubleThe new Width property value of the control.
heightdoubleThe new Height property value of the control.
specifiedBoundsSpecifiedSpecifies which bounds to use when applying new location and size.