Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.
Public Static Properties | |
static xtd::drawing::size | default_size () noexcept |
Gets system image from specified name. | |
static xtd::drawing::image | image_loading () noexcept |
Gets the image loading. | |
static xtd::drawing::image | image_loading (const xtd::drawing::size &size) noexcept |
Gets the image loading with specified size. | |
static xtd::drawing::image | image_missing () noexcept |
Gets the image missing. | |
static xtd::drawing::image | image_missing (const xtd::drawing::size &size) noexcept |
Gets the image missing with specified size. | |
static std::vector< xtd::string > | contexts () noexcept |
Gets the image contexts. | |
static std::map< xtd::string, std::vector< xtd::string > > | context_names () noexcept |
Gets the image context names. | |
static std::vector< xtd::string > | names () noexcept |
Gets the image names. | |
static std::vector< xtd::string > | names (const xtd::string &context) noexcept |
Gets the image names for the specified context. | |
static std::vector< xtd::drawing::size > | sizes () noexcept |
Gets standard sizes for image. | |
Public Static Methods | |
static xtd::drawing::image | from_name (const xtd::string &name) |
Gets system image from specified name. | |
static xtd::drawing::image | from_name (const xtd::string &name, const xtd::drawing::size &size) |
Gets system image from specified name and size. | |
static xtd::drawing::image | from_name (const xtd::string &theme, const xtd::string &name) |
Gets system image from specified them and name. | |
static xtd::drawing::image | from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size) |
Gets system image from specified theme, name and size. | |