xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
animations_system_images.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
system_images_base.hpp
"
6
8
namespace
xtd
{
10
namespace
drawing
{
27
class
drawing_export_
animations_system_images
final :
private
system_images_base
{
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
}
xtd::array
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition
array.hpp:64
xtd::drawing::animations_system_images
Each property of the xtd::drawing::animations_system_images class is an xtd::drawing::image object fo...
Definition
animations_system_images.hpp:27
xtd::drawing::animations_system_images::get_images
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
xtd::drawing::animations_system_images::get_image_names
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
xtd::drawing::animations_system_images::default_size
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
xtd::drawing::animations_system_images::process_working
static auto process_working() noexcept -> xtd::drawing::image
Gets the animations system image "process-working".
xtd::drawing::image
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition
image.hpp:49
xtd::drawing::system_images_base
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition
system_images_base.hpp:32
drawing_export_
#define drawing_export_
Define shared library export.
Definition
drawing_export.hpp:13
xtd::drawing
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition
actions_system_images.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::drawing::size
Stores an ordered pair of integers, which specify a height and width.
Definition
size.hpp:32
system_images_base.hpp
Contains xtd::drawing::system_images_base factory.
Generated on
for xtd by
Gammasoft
. All rights reserved.