Represents a Windows icon, which is a small bitmap image that is used to represent an object....
Definition icon.h:28
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows sys...
Definition system_icons.h:28
static xtd::drawing::icon xtd_forms_logo() noexcept
Gets an xtd::drawing::icon object that contains the xtd.forms logo icon.
static xtd::drawing::icon gammasoft() noexcept
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon.
static xtd::drawing::icon information() noexcept
Gets an xtd::drawing::icon object that contains the system information icon (WIN32: IDI_INFORMATION).
static xtd::drawing::icon application() noexcept
Gets an xtd::drawing::icon object that contains the default application icon (WIN32: IDI_APPLICATION)...
static xtd::drawing::icon asterisk() noexcept
Gets an xtd::drawing::icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
static xtd::drawing::icon symbolic_logo() noexcept
Gets an xtd::drawing::icon object that contains the Symbolic logo icon.
static xtd::drawing::icon warning() noexcept
Gets an xtd::drawing::icon object that contains the system warning icon (WIN32: IDI_WARNING).
static xtd::drawing::icon win_logo() noexcept
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
static xtd::drawing::icon windows_logo() noexcept
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
static xtd::drawing::icon gnome_logo() noexcept
Gets an xtd::drawing::icon object that contains the GNOME logo icon.
static xtd::drawing::icon from_name(const xtd::string &name)
Gets system icon from specified name.
static xtd::drawing::icon exclamation() noexcept
Gets an xtd::drawing::icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
static xtd::drawing::icon xtd_logo() noexcept
Gets an xtd::drawing::icon object that contains the xtd logo icon.
static xtd::drawing::icon kde_logo() noexcept
Gets an xtd::drawing::icon object that contains the KDE logo icon.
static xtd::drawing::icon hand() noexcept
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND).
static xtd::drawing::size default_size() noexcept
Gets the default size of the icon.
static xtd::drawing::icon macos_logo() noexcept
Gets an xtd::drawing::icon object that contains the macOS logo icon.
static xtd::drawing::icon shield() noexcept
Gets an xtd::drawing::icon object that contains the shield icon.
static xtd::drawing::icon error() noexcept
Gets an xtd::drawing::icon object that contains the system error icon (WIN32: IDI_ERROR).
static xtd::drawing::icon question() noexcept
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION).
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::icon class.
Contains xtd::drawing::size class.
Contains xtd::drawing::system_images factory.