Represents the base for all system_images clases (xtd::drawing::system_images).
Public Static Properties | |
static xtd::drawing::size | default_size () noexcept |
Gets system image from specified name. | |
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. | |