Definition at line 2902 of file Drawable.h.
◆ PathLinetoHorizontalRel()
| Magick::PathLinetoHorizontalRel::PathLinetoHorizontalRel |
( |
double | x_ | ) |
|
|
inline |
Definition at line 2905 of file Drawable.h.
2906 : _x(x_)
2907 {
2908 }
◆ ~PathLinetoHorizontalRel()
| Magick::PathLinetoHorizontalRel::~PathLinetoHorizontalRel |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::PathLinetoHorizontalRel::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ x() [1/2]
| void Magick::PathLinetoHorizontalRel::x |
( |
double | x_ | ) |
|
|
inline |
Definition at line 2918 of file Drawable.h.
2919 {
2920 _x = x_;
2921 }
◆ x() [2/2]
| double Magick::PathLinetoHorizontalRel::x |
( |
void | | ) |
const |
|
inline |
Definition at line 2922 of file Drawable.h.
2923 {
2924 return _x;
2925 }
◆ _x
| double Magick::PathLinetoHorizontalRel::_x |
|
private |
The documentation for this class was generated from the following files: