Definition at line 1405 of file Drawable.h.
◆ DrawableRotation()
| Magick::DrawableRotation::DrawableRotation |
( |
double | angle_ | ) |
|
|
inline |
Definition at line 1408 of file Drawable.h.
1409 : _angle( angle_ )
1410 { }
◆ ~DrawableRotation()
| Magick::DrawableRotation::~DrawableRotation |
( |
void | | ) |
|
◆ angle() [1/2]
| void Magick::DrawableRotation::angle |
( |
double | angle_ | ) |
|
|
inline |
Definition at line 1420 of file Drawable.h.
1421 {
1422 _angle = angle_;
1423 }
◆ angle() [2/2]
| double Magick::DrawableRotation::angle |
( |
void | | ) |
const |
|
inline |
Definition at line 1424 of file Drawable.h.
1425 {
1426 return _angle;
1427 }
◆ copy()
◆ operator()()
| void Magick::DrawableRotation::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _angle
| double Magick::DrawableRotation::_angle |
|
private |
The documentation for this class was generated from the following files: