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

395 B

Right (Get Method)

Gets the X coordinate of the lower-right corner.

int  Right()

Return Value

X coordinate of the lower-right corner.

Right (Set Method)

Sets the X coordinate of the lower-right corner.

void  Right(
   const int  x      // x coordinate
   )

Parameters

x

[in]  New X coordinate of the lower-right corner.

Return Value

None.