Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::emblems_system_images class is an xtd::drawing::image object for W...
Definition emblems_system_images.hpp:27
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto emblem_system() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-system".
static auto emblem_downloads() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-downloads".
static auto emblem_synchronizing() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-synchronizing".
static auto emblem_unreadable() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-unreadable".
static auto emblem_readonly() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-readonly".
static auto emblem_shared() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-shared".
static auto emblem_photos() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-photos".
static auto emblem_symbolic_link() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-symbolic-link".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto emblem_important() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-important".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto emblem_new() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-new".
static auto emblem_favorite() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-favorite".
static auto emblem_documents() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-documents".
static auto emblem_mail() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-mail".
static auto emblem_unlocked() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-unlocked".
static auto emblem_locked() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-locked".
static auto emblem_default() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-default".
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.