Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3707-standardlibrary-controls-crect-crectmove.md
T
2026-06-23 21:47:51 +08:00

292 B

Move

Performs the absolute displacement of the area coordinates.

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

Parameters

x

[in]  New X coordinate.

y

[in]  New Y coordinate.

Return Value

None.