Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::emotes_system_images class is an xtd::drawing::image object for Wi...
Definition emotes_system_images.hpp:27
static auto face_uncertain() noexcept -> xtd::drawing::image
Gets the emotes system image "face-uncertain".
static auto face_sick() noexcept -> xtd::drawing::image
Gets the emotes system image "face-sick".
static auto face_crying() noexcept -> xtd::drawing::image
Gets the emotes system image "face-crying".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto face_angry() noexcept -> xtd::drawing::image
Gets the emotes system image "face-angry".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto face_monkey() noexcept -> xtd::drawing::image
Gets the emotes system image "face-monkey".
static auto face_worried() noexcept -> xtd::drawing::image
Gets the emotes system image "face-worried".
static auto face_wink() noexcept -> xtd::drawing::image
Gets the emotes system image "face-wink".
static auto face_smirk() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smirk".
static auto face_angel() noexcept -> xtd::drawing::image
Gets the emotes system image "face-angel".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto face_smile_big() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smile-big".
static auto face_raspberry() noexcept -> xtd::drawing::image
Gets the emotes system image "face-raspberry".
static auto face_plain() noexcept -> xtd::drawing::image
Gets the emotes system image "face-plain".
static auto face_kiss() noexcept -> xtd::drawing::image
Gets the emotes system image "face-kiss".
static auto face_smile() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smile".
static auto face_sad() noexcept -> xtd::drawing::image
Gets the emotes system image "face-sad".
static auto face_laugh() noexcept -> xtd::drawing::image
Gets the emotes system image "face-laugh".
static auto face_cool() noexcept -> xtd::drawing::image
Gets the emotes system image "face-cool".
static auto face_surprise() noexcept -> xtd::drawing::image
Gets the emotes system image "face-surprise".
static auto face_embarrassed() noexcept -> xtd::drawing::image
Gets the emotes system image "face-embarrassed".
static auto face_devilish() noexcept -> xtd::drawing::image
Gets the emotes system image "face-devilish".
static auto face_tired() noexcept -> xtd::drawing::image
Gets the emotes system image "face-tired".
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.