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 }
◆ _x
double Magick::DrawableTranslation::_x |
|
private |
◆ _y
double Magick::DrawableTranslation::_y |
|
private |
The documentation for this class was generated from the following files: