Method SetBounds
SetBounds(RectD, BoundsSpecified)
Sets the specified bounds of the control to new location and size.
public virtual void SetBounds(RectD newBounds, BoundsSpecified specified)
Parameters
newBounds
RectDNew location and size.
specified
BoundsSpecifiedSpecifies which bounds to use when applying new location and size.
SetBounds(double, double, double, double, BoundsSpecified)
Sets the specified bounds of the control to new location and size.
public virtual void SetBounds(double x, double y, double width, double height, BoundsSpecified specified)
Parameters
x
doubleThe new Left property value of the control.
y
doubleThe new Top property value of the control.
width
doubleThe new Width property value of the control.
height
doubleThe new Height property value of the control.
specified
BoundsSpecifiedSpecifies which bounds to use when applying new location and size.