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

◆ right()

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

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

Returns
The x-coordinate that is the sum of xtd::drawing::rectangle::x and xtd::drawing::rectangle::width of this xtd::drawing::rectangle.
Examples
graph_control.cpp, and minesweeper.cpp.