Definition at line 1204 of file Drawable.h.
◆ DrawablePoint()
Magick::DrawablePoint::DrawablePoint |
( |
double | x_, |
|
|
double | y_ ) |
|
inline |
Definition at line 1207 of file Drawable.h.
1208 : _x(x_),
1209 _y(y_)
1210 { }
◆ ~DrawablePoint()
Magick::DrawablePoint::~DrawablePoint |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawablePoint::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ x() [1/2]
void Magick::DrawablePoint::x |
( |
double | x_ | ) |
|
|
inline |
Definition at line 1220 of file Drawable.h.
1221 {
1222 _x = x_;
1223 }
◆ x() [2/2]
double Magick::DrawablePoint::x |
( |
void | | ) |
const |
|
inline |
Definition at line 1224 of file Drawable.h.
1225 {
1226 return _x;
1227 }
◆ y() [1/2]
void Magick::DrawablePoint::y |
( |
double | y_ | ) |
|
|
inline |
Definition at line 1229 of file Drawable.h.
1230 {
1231 _y = y_;
1232 }
◆ y() [2/2]
double Magick::DrawablePoint::y |
( |
void | | ) |
const |
|
inline |
Definition at line 1233 of file Drawable.h.
1234 {
1235 return _y;
1236 }
◆ _x
double Magick::DrawablePoint::_x |
|
private |
◆ _y
double Magick::DrawablePoint::_y |
|
private |
The documentation for this class was generated from the following files: