34 static
xtd::drawing::
image image_loading() noexcept;
43 static
xtd::drawing::
image image_missing() noexcept;
69 static std::vector<
xtd::
string> contexts() noexcept;
463 static std::map<
xtd::
string, std::vector<
xtd::
string>> context_names() noexcept;
856 static std::vector<
xtd::
string> names() noexcept;
1251 static std::vector<
xtd::
string> names(const
xtd::
string& context) noexcept;
1255 static std::vector<
xtd::drawing::
size> sizes() noexcept;
1278 static
xtd::drawing::
image from_name(const
xtd::
string& theme, const
xtd::
string& name);
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows s...
Definition system_images.h:23
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::system_images_base factory.