Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows system-wide icons. This class cannot be inherited.
Public Static Properties | |
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 | application (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the default application icon (WIN32: IDI_APPLICATION) with specified size. | |
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 | asterisk (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK) with specified size. | |
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 | error (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system error icon (WIN32: IDI_ERROR) with specified size. | |
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 | exclamation (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION) with specified size. | |
static xtd::drawing::icon | hand () noexcept |
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND). | |
static xtd::drawing::icon | hand (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND) with specified size. | |
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 | information (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system information icon (WIN32: IDI_INFORMATION) with specified size. | |
static xtd::drawing::icon | question () noexcept |
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION). | |
static xtd::drawing::icon | question (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION) with specified size. | |
static xtd::drawing::icon | shield () noexcept |
Gets an xtd::drawing::icon object that contains the shield icon. | |
static xtd::drawing::icon | shield (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the shield icon with specified size. | |
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 | warning (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the system warning icon (WIN32: IDI_WARNING) with specified size. | |
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 | win_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO) with specified size. | |
static xtd::drawing::size | default_size () noexcept |
Gets the default size of the icon. | |
static xtd::drawing::icon | kde_logo () noexcept |
Gets an xtd::drawing::icon object that contains the KDE logo icon. | |
static xtd::drawing::icon | kde_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the KDE logo icon with specified size. | |
static xtd::drawing::icon | macos_logo () noexcept |
Gets an xtd::drawing::icon object that contains the macOS logo icon. | |
static xtd::drawing::icon | macos_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the macOS logo icon with specified size. | |
static xtd::drawing::icon | gnome_logo () noexcept |
Gets an xtd::drawing::icon object that contains the GNOME logo icon. | |
static xtd::drawing::icon | gnome_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the GNOME logo icon with specified size. | |
static xtd::drawing::icon | symbolic_logo () noexcept |
Gets an xtd::drawing::icon object that contains the Symbolic logo icon. | |
static xtd::drawing::icon | symbolic_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the Symbolic logo icon with specified size. | |
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 | windows_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO) with specified size. | |
static xtd::drawing::icon | gammasoft () noexcept |
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon. | |
static xtd::drawing::icon | gammasoft (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon with specified size. | |
static xtd::drawing::icon | xtd_logo () noexcept |
Gets an xtd::drawing::icon object that contains the xtd logo icon. | |
static xtd::drawing::icon | xtd_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the xtd logo icon with specified size. | |
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 | xtd_forms_logo (const xtd::drawing::size &size) noexcept |
Gets an xtd::drawing::icon object that contains the xtd.forms logo icon with specified size. | |
Public Static Methods | |
static xtd::drawing::icon | from_name (const xtd::string &name) |
Gets system icon from specified name. | |
static xtd::drawing::icon | from_name (const xtd::string &name, const xtd::drawing::size &size) |
Gets system icon from specified name and size. | |
static xtd::drawing::icon | from_name (const xtd::string &theme, const xtd::string &name) |
Gets system icon from specified them and name. | |
static xtd::drawing::icon | from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size) |
Gets system icon from specified theme, name and size. | |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the default application icon (WIN32: IDI_APPLICATION).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the default application icon (WIN32: IDI_APPLICATION) with specified size.
size | An xtd::drawing::size structure that define the default size of icon. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system error icon (WIN32: IDI_ERROR).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system error icon (WIN32: IDI_ERROR) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system hand icon (WIN32: IDI_HAND) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system information icon (WIN32: IDI_INFORMATION).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system information icon (WIN32: IDI_INFORMATION) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system question icon (WIN32: IDI_QUESTION) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the shield icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the shield icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system warning icon (WIN32: IDI_WARNING).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the system warning icon (WIN32: IDI_WARNING) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets the default size of the icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the KDE logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the KDE logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the macOS logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the macOS logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the GNOME logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the GNOME logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Symbolic logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Symbolic logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO) with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the xtd logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the xtd logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the xtd.forms logo icon.
|
staticnoexcept |
Gets an xtd::drawing::icon object that contains the xtd.forms logo icon with specified size.
size | An xtd::drawing::size structure that define the size of the icon in pixels. |
|
static |
Gets system icon from specified name.
name | The system icon name. |
|
static |
Gets system icon from specified name and size.
name | The system icon name. |
size | The system icon size in pixels. |
|
static |
Gets system icon from specified them and name.
theme | The system icon theme. |
name | The system icon name. |
|
static |
Gets system icon from specified theme, name and size.
theme | The system icon theme. |
name | The system icon name. |
size | The system icon size in pixels. |