Skip to content

Shift

Shift

Performs the relative shift of a control.

void  Shift(
   const int  dx,     // delta X
   const int  dy      // delta Y
   )

Parameters

dx

[in] Delta X.

dy

[in] Delta Y.

Return Value

true - successful, otherwise - false.

Last updated on