|
PathCurveToArgsList | _args |
|
Definition at line 2666 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 2018 of file Drawable.cpp.
2020 : VPathBase (original_),
2021 _args(original_._args)
2022{
2023}
◆ ~PathCurvetoRel()
Magick::PathCurvetoRel::~PathCurvetoRel |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::PathCurvetoRel::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::VPathBase.
Definition at line 2027 of file Drawable.cpp.
2029{
2030 for( PathCurveToArgsList::const_iterator p = _args.begin();
2031 p != _args.end(); p++ )
2032 {
2033 DrawPathCurveToRelative( context_, p->x1(), p->y1(), p->x2(), p->y2(),
2034 p->x(), p->y() );
2035 }
2036}
◆ _args
PathCurveToArgsList Magick::PathCurvetoRel::_args |
|
private |
The documentation for this class was generated from the following files: