xtd 0.2.0
Loading...
Searching...
No Matches

◆ bottom()

int32 xtd::drawing::rectangle::bottom ( ) const
noexcept

Gets the y-coordinate that is the sum of the xtd::drawing::rectangle::y and xtd::drawing::rectangle::height property values of this xtd::drawing::rectangle structure.

Returns
The y-coordinate that is the sum of xtd::drawing::rectangle::y and xtd::drawing::rectangle::height of this xtd::drawing::rectangle.
Remarks
The value of the xtd::drawing::rectangle::bottom property represents the y-coordinate of the first point at the bottom edge of the xtd::drawing::rectangle that is not contained in the xtd::drawing::rectangle.
Examples
graph_control.cpp, and minesweeper.cpp.