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

◆ from_name() [1/4]

static xtd::drawing::image xtd::forms::images::from_name ( const xtd::ustring name)
inlinestatic

Gets image object with specified name.

Parameters
namethe image name to get.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::context_names to get names by context.
Examples
tutorial_button.cpp.