Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::devices_system_images class is an xtd::drawing::image object for W...
Definition devices_system_images.hpp:28
static auto phone() noexcept -> xtd::drawing::image
Gets the devices system image "phone".
static auto media_floppy() noexcept -> xtd::drawing::image
Gets the devices system image "media-floppy".
static auto input_tablet() noexcept -> xtd::drawing::image
Gets the devices system image "input-tablet".
static auto audio_card() noexcept -> xtd::drawing::image
Gets the devices system image "audio-card".
static auto drive_removable_media_usb_pendrive() noexcept -> xtd::drawing::image
Gets the devices system image "drive-removable-media-usb-pendrive".
static auto media_optical_blu_ray() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-blu-ray".
static auto media_optical() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical".
static auto modem() noexcept -> xtd::drawing::image
Gets the devices system image "modem".
static auto media_optical_video() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-video".
static auto battery() noexcept -> xtd::drawing::image
Gets the devices system image "battery".
static auto input_keyboard() noexcept -> xtd::drawing::image
Gets the devices system image "input-keyboard".
static auto media_optical_data() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-data".
static auto drive_optical() noexcept -> xtd::drawing::image
Gets the devices system image "drive-optical".
static auto network_wireless() noexcept -> xtd::drawing::image
Gets the devices system image "network-wireless".
static auto scanner() noexcept -> xtd::drawing::image
Gets the devices system image "scanner".
static auto camera_web() noexcept -> xtd::drawing::image
Gets the devices system image "camera-web".
static auto multimedia_player() noexcept -> xtd::drawing::image
Gets the devices system image "multimedia-player".
static auto drive_removable_media() noexcept -> xtd::drawing::image
Gets the devices system image "drive-removable-media".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto input_mouse() noexcept -> xtd::drawing::image
Gets the devices system image "input-mouse".
static auto computer() noexcept -> xtd::drawing::image
Gets the devices system image "computer".
static auto pda() noexcept -> xtd::drawing::image
Gets the devices system image "pda".
static auto media_optical_mixed_cd() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-mixed-cd".
static auto media_optical_dvd() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-dvd".
static auto drive_harddisk() noexcept -> xtd::drawing::image
Gets the devices system image "drive-harddisk".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto printer() noexcept -> xtd::drawing::image
Gets the devices system image "printer".
static auto media_tape() noexcept -> xtd::drawing::image
Gets the devices system image "media-tape".
static auto media_optical_audio() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-audio".
static auto media_optical_dvd_video() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-dvd-video".
static auto camera_video() noexcept -> xtd::drawing::image
Gets the devices system image "camera-video".
static auto camera_photo() noexcept -> xtd::drawing::image
Gets the devices system image "camera-photo".
static auto media_optical_recordable() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-recordable".
static auto network_wired() noexcept -> xtd::drawing::image
Gets the devices system image "network-wired".
static auto video_display() noexcept -> xtd::drawing::image
Gets the devices system image "video-display".
static auto audio_input_microphone() noexcept -> xtd::drawing::image
Gets the devices system image "audio-input-microphone".
static auto media_flash() noexcept -> xtd::drawing::image
Gets the devices system image "media-flash".
static auto input_gaming() noexcept -> xtd::drawing::image
Gets the devices system image "input-gaming".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
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.