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