xtd 0.2.0
animations_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
35
38 static xtd::drawing::image process_working() noexcept;
42 static xtd::drawing::image process_working(const xtd::drawing::size& size) noexcept;
43
45
47
51 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
55 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
56
59 static const xtd::array<xtd::string>& get_image_names() noexcept;
61 };
62 }
63}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object fo...
Definition animations_system_images.hpp:27
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
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 namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31
Contains xtd::drawing::system_images_base factory.