|
| PathCurveToArgsList | _args |
| |
Definition at line 2543 of file Drawable.h.
◆ PathCurvetoAbs() [1/3]
◆ PathCurvetoAbs() [2/3]
| Magick::PathCurvetoAbs::PathCurvetoAbs |
( |
const PathCurveToArgsList & | args_ | ) |
|
◆ PathCurvetoAbs() [3/3]
| Magick::PathCurvetoAbs::PathCurvetoAbs |
( |
const PathCurvetoAbs & | original_ | ) |
|
Definition at line 1795 of file Drawable.cpp.
1797 : VPathBase (original_),
1798 _args(original_._args)
1799{
1800}
◆ ~PathCurvetoAbs()
| Magick::PathCurvetoAbs::~PathCurvetoAbs |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::PathCurvetoAbs::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::VPathBase.
Definition at line 1804 of file Drawable.cpp.
1806{
1807 for( PathCurveToArgsList::const_iterator p = _args.begin();
1808 p != _args.end(); p++ )
1809 {
1810 DrawPathCurveToAbsolute( context_, p->x1(), p->y1(), p->x2(), p->y2(),
1811 p->x(), p->y() );
1812 }
1813}
◆ _args
| PathCurveToArgsList Magick::PathCurvetoAbs::_args |
|
private |
The documentation for this class was generated from the following files: