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.
Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object fo...
Definition animations_system_images.h:28
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
- Inheritance
- xtd::drawing::system_images_base → xtd::drawing::animations_system_images
- Header
#include <xtd/drawing/animations_system_images>
- Namespace
- xtd::drawing
- Library
- xtd.drawing
◆ default_size()
Gets system image from specified name.
- Returns
- The default size in pixels (32 x 32).
◆ process_working() [1/2]
Gets the animations system image "process-working".
- Returns
- The xtd::drawing::image "process-working".
◆ process_working() [2/2]
Gets the animations system image "process-working" with specified size.
- Parameters
-
size | The animations system image size in pixels. |
- Returns
- The xtd::drawing::image "process-working".
◆ get_images() [1/2]
static const std::vector< xtd::drawing::image > & xtd::drawing::animations_system_images::get_images |
( |
| ) |
|
|
staticnoexcept |
Gets an array of images.
- Returns
- The array of images.
◆ get_images() [2/2]
Gets an array of images with specified size.
- Parameters
-
size | The images size in pixels. |
- Returns
- The array of images.
◆ get_image_names()
static const std::vector< xtd::string > & xtd::drawing::animations_system_images::get_image_names |
( |
| ) |
|
|
staticnoexcept |
Gets an array of image names.
- Returns
- The array of image names.
The documentation for this class was generated from the following file: