Each property of the xtd::drawing::xtd_system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.
Public Static Properties | |
static xtd::drawing::size | default_size () noexcept |
Gets system image from specified name. | |
static xtd::drawing::image | gammasoft () noexcept |
Gets the xtd system image "gammasoft". | |
static xtd::drawing::image | gammasoft (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "gammasoft" with specified size. | |
static xtd::drawing::image | xtd () noexcept |
Gets the xtd system image "xtd". | |
static xtd::drawing::image | xtd (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd" with specified size. | |
static xtd::drawing::image | xtd_console () noexcept |
Gets the xtd system image "xtd-console". | |
static xtd::drawing::image | xtd_console (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-console" with specified size. | |
static xtd::drawing::image | xtd_forms () noexcept |
Gets the xtd system image "xtd-forms". | |
static xtd::drawing::image | xtd_forms (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-forms" with specified size. | |
static xtd::drawing::image | xtd_tunit () noexcept |
Gets the xtd system image "xtd-tunit". | |
static xtd::drawing::image | xtd_tunit (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-tunit" with specified size. | |
static xtd::drawing::image | xtd_core () noexcept |
Gets the xtd system image "xtd-core". | |
static xtd::drawing::image | xtd_core (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-core" with specified size. | |
static xtd::drawing::image | xtd_delegates () noexcept |
Gets the xtd system image "xtd-delegates". | |
static xtd::drawing::image | xtd_delegates (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-delegates" with specified size. | |
static xtd::drawing::image | xtd_diagnostics () noexcept |
Gets the xtd system image "xtd-diagnostics". | |
static xtd::drawing::image | xtd_diagnostics (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-diagnostics" with specified size. | |
static xtd::drawing::image | xtd_drawing () noexcept |
Gets the xtd system image "xtd-drawing". | |
static xtd::drawing::image | xtd_drawing (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-drawing" with specified size. | |
static xtd::drawing::image | xtd_io () noexcept |
Gets the xtd system image "xtd-io". | |
static xtd::drawing::image | xtd_io (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-io" with specified size. | |
static xtd::drawing::image | xtd_strings () noexcept |
Gets the xtd system image "xtd-strings". | |
static xtd::drawing::image | xtd_strings (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-strings" with specified size. | |
static xtd::drawing::image | xtd_cmake () noexcept |
Gets the xtd system image "xtd-cmake". | |
static xtd::drawing::image | xtd_cmake (const xtd::drawing::size &size) noexcept |
Gets the xtd system image "xtd-cmake" with specified size. | |
Public Static Methods | |
static const std::vector< xtd::drawing::image > & | get_images () noexcept |
Gets an array of images. | |
static std::vector< xtd::drawing::image > | get_images (const xtd::drawing::size &size) noexcept |
Gets an array of images with specified size. | |
static const std::vector< xtd::string > & | get_image_names () noexcept |
Gets an array of image names. | |
|
staticnoexcept |
Gets system image from specified name.
|
staticnoexcept |
Gets the xtd system image "gammasoft".
|
staticnoexcept |
Gets the xtd system image "gammasoft" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd".
|
staticnoexcept |
Gets the xtd system image "xtd" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-console".
|
staticnoexcept |
Gets the xtd system image "xtd-console" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-forms".
|
staticnoexcept |
Gets the xtd system image "xtd-forms" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-tunit".
|
staticnoexcept |
Gets the xtd system image "xtd-tunit" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-core".
|
staticnoexcept |
Gets the xtd system image "xtd-core" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-delegates".
|
staticnoexcept |
Gets the xtd system image "xtd-delegates" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-diagnostics".
|
staticnoexcept |
Gets the xtd system image "xtd-diagnostics" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-drawing".
|
staticnoexcept |
Gets the xtd system image "xtd-drawing" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-io".
|
staticnoexcept |
Gets the xtd system image "xtd-io" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-strings".
|
staticnoexcept |
Gets the xtd system image "xtd-strings" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets the xtd system image "xtd-cmake".
|
staticnoexcept |
Gets the xtd system image "xtd-cmake" with specified size.
size | The xtd system image size in pixels. |
|
staticnoexcept |
Gets an array of images.
|
staticnoexcept |
Gets an array of images with specified size.
size | The images size in pixels. |
|
staticnoexcept |
Gets an array of image names.