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

◆ from_name() [5/6]

static xtd::drawing::image xtd::forms::form_button_images::from_name ( const xtd::ustring name,
bool  maximized_form 
)
static

Gets image object with specified name and maximized form.

Parameters
namethe image name to get.
maximized_formtrue if form is maximized; otherwise false.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::themes to get valid themes.
Use xtd::drawing::system_images::context_names to get valid names by context.