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

26 lines
278 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.