Each property of the xtd::drawing::applications_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 | accessories_calculator () noexcept |
Gets the applications system image "accessories-calculator". | |
static xtd::drawing::image | accessories_calculator (const xtd::drawing::size &size) noexcept |
Gets the applications system image "accessories-calculator" with specified size. | |
static xtd::drawing::image | accessories_character_map () noexcept |
Gets the applications system image "accessories-character-map". | |
static xtd::drawing::image | accessories_character_map (const xtd::drawing::size &size) noexcept |
Gets the applications system image "accessories-character-map" with specified size. | |
static xtd::drawing::image | accessories_dictionary () noexcept |
Gets the applications system image "accessories-dictionary". | |
static xtd::drawing::image | accessories_dictionary (const xtd::drawing::size &size) noexcept |
Gets the applications system image "accessories-dictionary" with specified size. | |
static xtd::drawing::image | accessories_text_editor () noexcept |
Gets the applications system image "accessories-text-editor". | |
static xtd::drawing::image | accessories_text_editor (const xtd::drawing::size &size) noexcept |
Gets the applications system image "accessories-text-editor" with specified size. | |
static xtd::drawing::image | help_browser () noexcept |
Gets the applications system image "help-browser". | |
static xtd::drawing::image | help_browser (const xtd::drawing::size &size) noexcept |
Gets the applications system image "help-browser" with specified size. | |
static xtd::drawing::image | help () noexcept |
Gets the applications system image "help". | |
static xtd::drawing::image | help (const xtd::drawing::size &size) noexcept |
Gets the applications system image "help" with specified size. | |
static xtd::drawing::image | multimedia_volume_control () noexcept |
Gets the applications system image "multimedia-volume-control". | |
static xtd::drawing::image | multimedia_volume_control (const xtd::drawing::size &size) noexcept |
Gets the applications system image "multimedia-volume-control" with specified size. | |
static xtd::drawing::image | preferences_desktop_accessibility () noexcept |
Gets the applications system image "preferences-desktop-accessibility". | |
static xtd::drawing::image | preferences_desktop_accessibility (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-accessibility" with specified size. | |
static xtd::drawing::image | preferences_desktop_font () noexcept |
Gets the applications system image "preferences-desktop-font". | |
static xtd::drawing::image | preferences_desktop_font (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-font" with specified size. | |
static xtd::drawing::image | preferences_desktop_keyboard () noexcept |
Gets the applications system image "preferences-desktop-keyboard". | |
static xtd::drawing::image | preferences_desktop_keyboard (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-keyboard" with specified size. | |
static xtd::drawing::image | preferences_desktop_locale () noexcept |
Gets the applications system image "preferences-desktop-locale". | |
static xtd::drawing::image | preferences_desktop_locale (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-locale" with specified size. | |
static xtd::drawing::image | preferences_desktop_screensaver () noexcept |
Gets the applications system image "preferences-desktop-screensaver". | |
static xtd::drawing::image | preferences_desktop_screensaver (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-screensaver" with specified size. | |
static xtd::drawing::image | preferences_desktop_theme () noexcept |
Gets the applications system image "preferences-desktop-theme". | |
static xtd::drawing::image | preferences_desktop_theme (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-theme" with specified size. | |
static xtd::drawing::image | preferences_desktop_wallpaper () noexcept |
Gets the applications system image "preferences-desktop-wallpaper". | |
static xtd::drawing::image | preferences_desktop_wallpaper (const xtd::drawing::size &size) noexcept |
Gets the applications system image "preferences-desktop-wallpaper" with specified size. | |
static xtd::drawing::image | system_file_manager () noexcept |
Gets the applications system image "system-file-manager". | |
static xtd::drawing::image | system_file_manager (const xtd::drawing::size &size) noexcept |
Gets the applications system image "system-file-manager" with specified size. | |
static xtd::drawing::image | system_software_install () noexcept |
Gets the applications system image "system-software-install". | |
static xtd::drawing::image | system_software_install (const xtd::drawing::size &size) noexcept |
Gets the applications system image "system-software-install" with specified size. | |
static xtd::drawing::image | system_software_update () noexcept |
Gets the applications system image "system-software-update". | |
static xtd::drawing::image | system_software_update (const xtd::drawing::size &size) noexcept |
Gets the applications system image "system-software-update" with specified size. | |
static xtd::drawing::image | utilities_system_monitor () noexcept |
Gets the applications system image "utilities-system-monitor". | |
static xtd::drawing::image | utilities_system_monitor (const xtd::drawing::size &size) noexcept |
Gets the applications system image "utilities-system-monitor" with specified size. | |
static xtd::drawing::image | utilities_terminal () noexcept |
Gets the applications system image "utilities-terminal". | |
static xtd::drawing::image | utilities_terminal (const xtd::drawing::size &size) noexcept |
Gets the applications system image "utilities-terminal" with specified size. | |
Public Static Methods | |
static const std::vector< xtd::drawing::image > & | get_images () noexcept |
Gets an array of images. | |
static std::vector< xtd::drawing::image > | get_images (const xtd::drawing::size &size) noexcept |
Gets an array of images with specified size. | |
static const std::vector< xtd::string > & | get_image_names () noexcept |
Gets an array of image names. | |
|
staticnoexcept |
Gets system image from specified name.
|
staticnoexcept |
Gets the applications system image "accessories-calculator".
|
staticnoexcept |
Gets the applications system image "accessories-calculator" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "accessories-character-map".
|
staticnoexcept |
Gets the applications system image "accessories-character-map" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "accessories-dictionary".
|
staticnoexcept |
Gets the applications system image "accessories-dictionary" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "accessories-text-editor".
|
staticnoexcept |
Gets the applications system image "accessories-text-editor" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "help-browser".
|
staticnoexcept |
Gets the applications system image "help-browser" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "help".
|
staticnoexcept |
Gets the applications system image "help" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "multimedia-volume-control".
|
staticnoexcept |
Gets the applications system image "multimedia-volume-control" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-accessibility".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-accessibility" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-font".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-font" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-keyboard".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-keyboard" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-locale".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-locale" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-screensaver".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-screensaver" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-theme".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-theme" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "preferences-desktop-wallpaper".
|
staticnoexcept |
Gets the applications system image "preferences-desktop-wallpaper" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "system-file-manager".
|
staticnoexcept |
Gets the applications system image "system-file-manager" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "system-software-install".
|
staticnoexcept |
Gets the applications system image "system-software-install" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "system-software-update".
|
staticnoexcept |
Gets the applications system image "system-software-update" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "utilities-system-monitor".
|
staticnoexcept |
Gets the applications system image "utilities-system-monitor" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets the applications system image "utilities-terminal".
|
staticnoexcept |
Gets the applications system image "utilities-terminal" with specified size.
size | The applications system image size in pixels. |
|
staticnoexcept |
Gets an array of images.
|
staticnoexcept |
Gets an array of images with specified size.
size | The images size in pixels. |
|
staticnoexcept |
Gets an array of image names.