xtd 0.2.0
animations_system_images.h
Go to the documentation of this file.
1 #pragma once
5 #include "system_images_base.h"
6 #include <vector>
7 
9 namespace xtd {
11  namespace drawing {
26  class drawing_export_ animations_system_images final : private system_images_base {
27  public:
29 
33  static xtd::drawing::size default_size() noexcept;
34 
37  static xtd::drawing::image process_working() noexcept;
41  static xtd::drawing::image process_working(const xtd::drawing::size& size) noexcept;
42 
44 
46 
50  static const std::vector<xtd::drawing::image>& get_images() noexcept;
54  static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
55 
58  static const std::vector<xtd::ustring>& get_image_names() noexcept;
60  };
61  }
62 }
Contains xtd::drawing::system_images_base factory.
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition: system_images_base.h:31
Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object fo...
Definition: animations_system_images.h:26