34 lines
399 B
Markdown
34 lines
399 B
Markdown
# Bottom (Get Method)
|
||
|
||
Gets the Y coordinate of the lower-right corner.
|
||
|
||
```
|
||
int Bottom()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Y coordinate of the lower-right corner.
|
||
|
||
# Bottom (Set Method)
|
||
|
||
Sets the Y coordinate of the lower-right corner.
|
||
|
||
```
|
||
void Bottom(
|
||
const int y // y coordinate
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
y
|
||
|
||
[in] New Y coordinate of the lower-right corner.
|
||
|
||
Return Value
|
||
|
||
None.
|