387 B
387 B
Left (Get Method)
Gets the X coordinate of the upper-left corner.
int Left()
Return Value
X coordinate of the upper-left corner.
Left (Set Method)
Sets the X coordinate of the upper-left corner.
void Left(
const int x // x coordinate
)
Parameters
x
[in] New X coordinate of the upper-left corner.
Return Value
None.