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

◆ bounds() [1/2]

virtual drawing::rectangle xtd::forms::control::bounds ( ) const
virtualnoexcept

Gets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.

Returns
A rectangle in pixels relative to the parent control that represents the size and location of the control including its nonclient elements.
Remarks
The bounds of the control include the nonclient elements such as scroll bars, borders, title bars, and menus.
Examples
line.cpp.