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
newBoundsRectDNew location and size.
specifiedBoundsSpecifiedSpecifies 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
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.