9#include <xtd/target_id>
1280 static
bool native_system_images_from_name_enabled() noexcept {
return __XTD_CURRENT_TARGET_ID__ != __XTD_TARGET_ID_TEST_APPLICATION__;}
1283 static
xtd::
string fallback_theme() noexcept;
Contains xtd::drawing::bitmap class.
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
Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows sys...
Definition system_icons.hpp:28
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.hpp:32
static xtd::drawing::image from_name(const xtd::string &name)
Gets system image from specified name.
static xtd::array< xtd::string > contexts() noexcept
Gets the image contexts.
static xtd::array< xtd::string > names() noexcept
Gets the image names.
static xtd::array< xtd::drawing::size > sizes() noexcept
Gets standard sizes for image.
static std::map< xtd::string, xtd::array< xtd::string > > context_names() noexcept
Gets the image context names.
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
Contains drawing_export_ keyword.
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
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:31
Contains xtd::drawing::size class.