Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::status_system_images class is an xtd::drawing::image object for Wi...
Definition status_system_images.hpp:27
static xtd::drawing::image mail_signed() noexcept
Gets the status system image "mail-signed".
static xtd::drawing::image audio_volume_medium() noexcept
Gets the status system image "audio-volume-medium".
static xtd::drawing::image dialog_error() noexcept
Gets the status system image "dialog-error".
static xtd::drawing::image media_playlist_shuffle() noexcept
Gets the status system image "media-playlist-shuffle".
static xtd::drawing::image software_update_urgent() noexcept
Gets the status system image "software-update-urgent".
static xtd::drawing::image folder_drag_accept() noexcept
Gets the status system image "folder-drag-accept".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image network_receive() noexcept
Gets the status system image "network-receive".
static xtd::drawing::image mail_read() noexcept
Gets the status system image "mail-read".
static xtd::drawing::image audio_volume_low() noexcept
Gets the status system image "audio-volume-low".
static xtd::drawing::image printer_error() noexcept
Gets the status system image "printer-error".
static xtd::drawing::image dialog_question() noexcept
Gets the status system image "dialog-question".
static xtd::drawing::image audio_volume_high() noexcept
Gets the status system image "audio-volume-high".
static xtd::drawing::image image_missing() noexcept
Gets the status system image "image-missing".
static xtd::drawing::image security_low() noexcept
Gets the status system image "security-low".
static xtd::drawing::image user_idle() noexcept
Gets the status system image "user-idle".
static xtd::drawing::image weather_overcast() noexcept
Gets the status system image "weather-overcast".
static xtd::drawing::image printer_printing() noexcept
Gets the status system image "printer-printing".
static xtd::drawing::image network_transmit() noexcept
Gets the status system image "network-transmit".
static xtd::drawing::image media_playlist_repeat() noexcept
Gets the status system image "media-playlist-repeat".
static xtd::drawing::image security_medium() noexcept
Gets the status system image "security-medium".
static xtd::drawing::image weather_storm() noexcept
Gets the status system image "weather-storm".
static xtd::drawing::image appointment_missed() noexcept
Gets the status system image "appointment-missed".
static xtd::drawing::image mail_unread() noexcept
Gets the status system image "mail-unread".
static xtd::drawing::image mail_signed_verified() noexcept
Gets the status system image "mail-signed-verified".
static xtd::drawing::image dialog_warning() noexcept
Gets the status system image "dialog-warning".
static xtd::drawing::image appointment_soon() noexcept
Gets the status system image "appointment-soon".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image battery_caution() noexcept
Gets the status system image "battery-caution".
static xtd::drawing::image image_loading() noexcept
Gets the status system image "image-loading".
static xtd::drawing::image weather_showers() noexcept
Gets the status system image "weather-showers".
static xtd::drawing::image dialog_password() noexcept
Gets the status system image "dialog-password".
static xtd::drawing::image network_transmit_receive() noexcept
Gets the status system image "network-transmit-receive".
static xtd::drawing::image weather_clear() noexcept
Gets the status system image "weather-clear".
static xtd::drawing::image user_away() noexcept
Gets the status system image "user-away".
static xtd::drawing::image software_update_available() noexcept
Gets the status system image "software-update-available".
static xtd::drawing::image dialog_information() noexcept
Gets the status system image "dialog-information".
static xtd::drawing::image weather_severe_alert() noexcept
Gets the status system image "weather-severe-alert".
static xtd::drawing::image weather_fog() noexcept
Gets the status system image "weather-fog".
static xtd::drawing::image task_past_due() noexcept
Gets the status system image "task-past-due".
static xtd::drawing::image folder_open() noexcept
Gets the status system image "folder-open".
static xtd::drawing::image security_high() noexcept
Gets the status system image "security-high".
static xtd::drawing::image mail_replied() noexcept
Gets the status system image "mail-replied".
static xtd::drawing::image mail_attachment() noexcept
Gets the status system image "mail-attachment".
static xtd::drawing::image weather_snow() noexcept
Gets the status system image "weather-snow".
static xtd::drawing::image network_offline() noexcept
Gets the status system image "network-offline".
static xtd::drawing::image weather_showers_scattered() noexcept
Gets the status system image "weather-showers-scattered".
static xtd::drawing::image folder_visiting() noexcept
Gets the status system image "folder-visiting".
static xtd::drawing::image weather_clear_night() noexcept
Gets the status system image "weather-clear-night".
static xtd::drawing::image network_error() noexcept
Gets the status system image "network-error".
static xtd::drawing::image user_offline() noexcept
Gets the status system image "user-offline".
static xtd::drawing::image weather_few_clouds_night() noexcept
Gets the status system image "weather-few-clouds-night".
static xtd::drawing::image task_due() noexcept
Gets the status system image "task-due".
static xtd::drawing::image network_idle() noexcept
Gets the status system image "network-idle".
static xtd::drawing::image weather_few_clouds() noexcept
Gets the status system image "weather-few-clouds".
static xtd::drawing::image battery_low() noexcept
Gets the status system image "battery-low".
static xtd::drawing::image user_trash_full() noexcept
Gets the status system image "user-trash-full".
static xtd::drawing::image user_available() noexcept
Gets the status system image "user-available".
static xtd::drawing::image audio_volume_muted() noexcept
Gets the status system image "audio-volume-muted".
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.hpp:32
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_images_base factory.