Definition at line 2152 of file Drawable.h.
◆ DrawableTranslation()
| Magick::DrawableTranslation::DrawableTranslation |
( |
double | x_, |
|
|
double | y_ ) |
|
inline |
Definition at line 2155 of file Drawable.h.
2156 : _x(x_),
2157 _y(y_)
2158 { }
◆ ~DrawableTranslation()
| Magick::DrawableTranslation::~DrawableTranslation |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::DrawableTranslation::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ x() [1/2]
| void Magick::DrawableTranslation::x |
( |
double | x_ | ) |
|
|
inline |
Definition at line 2168 of file Drawable.h.
2169 {
2170 _x = x_;
2171 }
◆ x() [2/2]
| double Magick::DrawableTranslation::x |
( |
void | | ) |
const |
|
inline |
Definition at line 2172 of file Drawable.h.
2173 {
2174 return _x;
2175 }
◆ y() [1/2]
| void Magick::DrawableTranslation::y |
( |
double | y_ | ) |
|
|
inline |
Definition at line 2177 of file Drawable.h.
2178 {
2179 _y = y_;
2180 }
◆ y() [2/2]
| double Magick::DrawableTranslation::y |
( |
void | | ) |
const |
|
inline |
Definition at line 2181 of file Drawable.h.
2182 {
2183 return _y;
2184 }
◆ _x
| double Magick::DrawableTranslation::_x |
|
private |
◆ _y
| double Magick::DrawableTranslation::_y |
|
private |
The documentation for this class was generated from the following files: