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

◆ size() [2/2]

static xtd::drawing::size xtd::forms::form_button_images::size ( bool  maximized_form)
static

Gets the height and width of the button images with specified maximized form.

Parameters
maximized_formtrue if form is maximized; otherwise false.
Returns
The size that represents the height and width of the button images in pixels.
Remarks
The following table show size by operating system :
maximized form Windows macOS linux
false {90, 58} {24, 24} {64, 64}
true {90, 42} {24, 24} {64, 64}