Skip to content

Move

Move

Performs an absolute displacement of all controls of the container.

virtual bool  Move(
   const int  x,     // X coordinate
   const int  y      // Y coordinate
   )

Parameters

x

[in] New X coordinate of the upper-left corner.

y

[in] New Y coordinate of the upper-left corner.

Return Value

true - successful, otherwise - false.

Last updated on