Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.
Public Static Properties | |
| static auto | default_size () noexcept -> xtd::drawing::size |
| Gets system image from specified name. | |
| static auto | process_working () noexcept -> xtd::drawing::image |
| Gets the animations system image "process-working". | |
| static auto | process_working (const xtd::drawing::size &size) noexcept -> xtd::drawing::image |
| Gets the animations system image "process-working" with specified size. | |
Public Static Methods | |
| static auto | get_images () noexcept -> const xtd::array< xtd::drawing::image > & |
| Gets an array of images. | |
| static auto | get_images (const xtd::drawing::size &size) noexcept -> xtd::array< xtd::drawing::image > |
| Gets an array of images with specified size. | |
| static auto | get_image_names () noexcept -> const xtd::array< xtd::string > & |
| Gets an array of image names. | |
|
staticnodiscardnoexcept |
Gets system image from specified name.
|
staticnodiscardnoexcept |
Gets the animations system image "process-working".
|
staticnodiscardnoexcept |
Gets the animations system image "process-working" with specified size.
| size | The animations system image size in pixels. |
|
staticnodiscardnoexcept |
Gets an array of images.
|
staticnodiscardnoexcept |
Gets an array of images with specified size.
| size | The images size in pixels. |
|
staticnodiscardnoexcept |
Gets an array of image names.