Represents a Windows icon, which is a small bitmap image that is used to represent an object....
Definition icon.hpp:28
Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows sys...
Definition system_icons.hpp:28
static auto windows_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
static auto default_size() noexcept -> xtd::drawing::size
Gets the default size of the icon.
static auto application() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the default application icon (WIN32: IDI_APPLICATION)...
static auto asterisk() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
static auto question() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION).
static auto symbolic_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the Symbolic logo icon.
static auto from_name(const xtd::string &name) -> xtd::drawing::icon
Gets system icon from specified name.
static auto xtd_forms_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the xtd.forms logo icon.
static auto warning() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system warning icon (WIN32: IDI_WARNING).
static auto win_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
static auto macos_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the macOS logo icon.
static auto gnome_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the GNOME logo icon.
static auto information() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system information icon (WIN32: IDI_INFORMATION).
static auto xtd_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the xtd logo icon.
static auto hand() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND).
static auto exclamation() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
static auto gammasoft() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon.
static auto kde_logo() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the KDE logo icon.
static auto shield() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the shield icon.
static auto error() noexcept -> xtd::drawing::icon
Gets an xtd::drawing::icon object that contains the system error icon (WIN32: IDI_ERROR).
Contains xtd::drawing::system_images factory.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
Contains xtd::drawing::icon class.
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
Contains xtd::drawing::size struct.
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32