Definition at line 2251 of file Drawable.h.
◆DrawableTranslation()
| Magick::DrawableTranslation::DrawableTranslation |
( |
double |
x_, |
|
|
double |
y_ |
|
) |
| |
|
inline |
Definition at line 2254 of file Drawable.h.
2255 : _x(x_),
2256 _y(y_)
2257 { }
◆~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 2267 of file Drawable.h.
2268 {
2269 _x = x_;
2270 }
◆x() [2/2]
| double Magick::DrawableTranslation::x |
( |
void |
| ) |
const |
|
inline |
Definition at line 2271 of file Drawable.h.
2272 {
2273 return _x;
2274 }
◆y() [1/2]
| void Magick::DrawableTranslation::y |
( |
double |
y_ | ) |
|
|
inline |
Definition at line 2276 of file Drawable.h.
2277 {
2278 _y = y_;
2279 }
◆y() [2/2]
| double Magick::DrawableTranslation::y |
( |
void |
| ) |
const |
|
inline |
Definition at line 2280 of file Drawable.h.
2281 {
2282 return _y;
2283 }
| double Magick::DrawableTranslation::_x |
|
private |
| double Magick::DrawableTranslation::_y |
|
private |
The documentation for this class was generated from the following files:
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/Drawable.h
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Drawable.cpp