Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
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
Each property of the xtd::drawing::xtd_system_images class is an xtd::drawing::image object for Windo...
Definition xtd_system_images.hpp:28
static xtd::drawing::image xtd_core() noexcept
Gets the xtd system image "xtd-core".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image xtd_drawing() noexcept
Gets the xtd system image "xtd-drawing".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image xtd_console() noexcept
Gets the xtd system image "xtd-console".
static xtd::drawing::image xtd_forms() noexcept
Gets the xtd system image "xtd-forms".
static xtd::drawing::image xtd_tunit() noexcept
Gets the xtd system image "xtd-tunit".
static xtd::drawing::image xtd_cmake() noexcept
Gets the xtd system image "xtd-cmake".
static xtd::drawing::image gammasoft() noexcept
Gets the xtd system image "gammasoft".
static xtd::drawing::image xtd_delegates() noexcept
Gets the xtd system image "xtd-delegates".
static xtd::drawing::image xtd_io() noexcept
Gets the xtd system image "xtd-io".
static xtd::drawing::image xtd_diagnostics() noexcept
Gets the xtd system image "xtd-diagnostics".
static xtd::drawing::image xtd_strings() noexcept
Gets the xtd system image "xtd-strings".
#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.