xtd 1.0.0
Loading...
Searching...
No Matches
animations_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
34 [[nodiscard]] static auto default_size() noexcept -> xtd::drawing::size;
35
38 [[nodiscard]] static auto process_working() noexcept -> xtd::drawing::image;
42 [[nodiscard]] static auto process_working(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
43
45
47
51 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
55 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
56
59 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
61 };
62 }
63}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object fo...
Definition animations_system_images.hpp:27
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
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".
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.hpp:32
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
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
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_images_base factory.