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

◆ height() [1/2]

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

Gets the height of this xtd::drawing::rectangle structure.

Returns
The height of this Rectangle structure. The default is 0.
Remarks
Changing the xtd::drawing::rectangle::height property will also cause a change in the xtd::drawing::rectangle::bottom property of the xtd::drawing::rectangle. The units the rectangle is drawn in is determined by the xtd::drawing::graphics::page_unit and xtd::drawing::graphics::page_scale properties of the graphics object used for drawing. The default unit is pixels.
Examples
graph_control.cpp, and minesweeper.cpp.