|
| PathCurveToArgsList | _args |
| |
Definition at line 2567 of file Drawable.h.
◆ PathCurvetoRel() [1/3]
◆ PathCurvetoRel() [2/3]
| Magick::PathCurvetoRel::PathCurvetoRel |
( |
const PathCurveToArgsList & | args_ | ) |
|
◆ PathCurvetoRel() [3/3]
| Magick::PathCurvetoRel::PathCurvetoRel |
( |
const PathCurvetoRel & | original_ | ) |
|
Definition at line 1826 of file Drawable.cpp.
1828 : VPathBase (original_),
1829 _args(original_._args)
1830{
1831}
◆ ~PathCurvetoRel()
| Magick::PathCurvetoRel::~PathCurvetoRel |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::PathCurvetoRel::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::VPathBase.
Definition at line 1835 of file Drawable.cpp.
1837{
1838 for( PathCurveToArgsList::const_iterator p = _args.begin();
1839 p != _args.end(); p++ )
1840 {
1841 DrawPathCurveToRelative( context_, p->x1(), p->y1(), p->x2(), p->y2(),
1842 p->x(), p->y() );
1843 }
1844}
◆ _args
| PathCurveToArgsList Magick::PathCurvetoRel::_args |
|
private |
The documentation for this class was generated from the following files: