|
PathCurveToArgsList | _args |
|
Definition at line 2642 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 1987 of file Drawable.cpp.
1989 : VPathBase (original_),
1990 _args(original_._args)
1991{
1992}
◆ ~PathCurvetoAbs()
Magick::PathCurvetoAbs::~PathCurvetoAbs |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::PathCurvetoAbs::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::VPathBase.
Definition at line 1996 of file Drawable.cpp.
1998{
1999 for( PathCurveToArgsList::const_iterator p = _args.begin();
2000 p != _args.end(); p++ )
2001 {
2002 DrawPathCurveToAbsolute( context_, p->x1(), p->y1(), p->x2(), p->y2(),
2003 p->x(), p->y() );
2004 }
2005}
◆ _args
PathCurveToArgsList Magick::PathCurvetoAbs::_args |
|
private |
The documentation for this class was generated from the following files: