Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for...
Definition mimetypes_system_images.hpp:27
static xtd::drawing::image x_office_spreadsheet() noexcept
Gets the mimetypes system image "x-office-spreadsheet".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static xtd::drawing::image x_office_contact() noexcept
Gets the mimetypes system image "x-office-contact".
static xtd::drawing::image x_office_presentation() noexcept
Gets the mimetypes system image "x-office-presentation".
static xtd::drawing::image text_x_generic_template() noexcept
Gets the mimetypes system image "text-x-generic-template".
static xtd::drawing::image text_x_generic() noexcept
Gets the mimetypes system image "text-x-generic".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image application_x_executable() noexcept
Gets the mimetypes system image "application-x-executable".
static xtd::drawing::image video_x_generic() noexcept
Gets the mimetypes system image "video-x-generic".
static xtd::drawing::image font_x_generic() noexcept
Gets the mimetypes system image "font-x-generic".
static xtd::drawing::image x_office_address_book() noexcept
Gets the mimetypes system image "x-office-address-book".
static xtd::drawing::image x_office_document() noexcept
Gets the mimetypes system image "x-office-document".
static xtd::drawing::image text_html() noexcept
Gets the mimetypes system image "text-html".
static xtd::drawing::image x_office_calendar() noexcept
Gets the mimetypes system image "x-office-calendar".
static xtd::drawing::image text_x_script() noexcept
Gets the mimetypes system image "text-x-script".
static xtd::drawing::image package_x_generic() noexcept
Gets the mimetypes system image "package-x-generic".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image image_x_generic() noexcept
Gets the mimetypes system image "image-x-generic".
static xtd::drawing::image audio_x_generic() noexcept
Gets the mimetypes system image "audio-x-generic".
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.