xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
imaging
effects
rotate_flip_effect.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
effect.hpp
"
6
#include "
../../color.hpp
"
7
#include "
../../rotate_flip_type.hpp
"
8
10
namespace
xtd
{
12
namespace
drawing
{
15
namespace
imaging
{
17
namespace
effects
{
35
struct
rotate_flip_effect
:
effect
{
37
40
rotate_flip_effect
() =
default
;
43
explicit
rotate_flip_effect
(
xtd::drawing::rotate_flip_type
rotate_flip_type
);
45
47
51
xtd::drawing::rotate_flip_type
rotate_flip_type
=
xtd::drawing::rotate_flip_type::rotate_none_flip_none
;
53
54
protected
:
56
61
auto
apply
(
xtd::drawing::image
&
image
)
const
->
void
override
;
63
};
64
}
65
}
66
}
67
}
xtd::drawing::image
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition
image.hpp:49
color.hpp
Contains xtd::drawing::color class.
effect.hpp
Contains xtd::drawing::imaging::effects::effect struct.
xtd::drawing::rotate_flip_type
rotate_flip_type
Specifies how much an image is rotated and the axis used to flip the image.
Definition
rotate_flip_type.hpp:19
xtd::drawing::rotate_flip_type::rotate_none_flip_none
@ rotate_none_flip_none
Specifies no clockwise rotation and no flipping.
Definition
rotate_flip_type.hpp:21
xtd::drawing::imaging::effects
The xtd::drawing::imaging::effects namespace provides functionality for adding effects to images.
Definition
bitonal_effect.hpp:16
xtd::drawing::imaging
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition
bitmap_data.hpp:15
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
rotate_flip_type.hpp
Contains xtd::drawing::rotate_flip_type enum class.
xtd::drawing::imaging::effects::effect
Represents the base class for all effects.
Definition
effect.hpp:31
xtd::drawing::imaging::effects::rotate_flip_effect::apply
auto apply(xtd::drawing::image &image) const -> void override
Apply the effect.
xtd::drawing::imaging::effects::rotate_flip_effect::rotate_flip_type
xtd::drawing::rotate_flip_type rotate_flip_type
Gets or sets the rotatation and flip type.
Definition
rotate_flip_effect.hpp:51
xtd::drawing::imaging::effects::rotate_flip_effect::rotate_flip_effect
rotate_flip_effect()=default
Initialise the new instance of xtd::drawing::imaging::rotate_flip_effect object.
xtd::drawing::imaging::effects::rotate_flip_effect::rotate_flip_effect
rotate_flip_effect(xtd::drawing::rotate_flip_type rotate_flip_type)
Initialise the new instance of xtd::drawing::imaging::rotate_flip_effect object with specified percen...
Generated on
for xtd by
Gammasoft
. All rights reserved.