xtd 0.2.0
Loading...
Searching...
No Matches

◆ set_bounds_core()

void xtd::forms::track_bar::set_bounds_core ( int32  x,
int32  y,
int32  width,
int32  height,
bounds_specified  specified 
)
overrideprotectedvirtual

Performs the work of setting the specified bounds of this control.

Parameters
xThe new left property value of the control.
yThe new top property value of the control.
widthThe new width property value of the control.
heightThe new height property value of the control.
specifiedA bitwise combination of the bounds_specified values.

Reimplemented from xtd::forms::control.