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

278 B

Shift

Performs the relative displacement (shift) of the area coordinates.

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

Parameters

dx

[in]  Delta X.

dy

[in]  Delta Y.

Return Value

None.