PathMovetoAbs     103 Magick++/demo/piddle.cpp       path.push_back(PathMovetoAbs(Coordinate(160,70)));
PathMovetoAbs    2065 Magick++/lib/Drawable.cpp Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ )
PathMovetoAbs    2069 Magick++/lib/Drawable.cpp Magick::PathMovetoAbs::PathMovetoAbs ( const CoordinateList &coordinates_ )
PathMovetoAbs    2073 Magick++/lib/Drawable.cpp Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::PathMovetoAbs& original_ )
PathMovetoAbs    2078 Magick++/lib/Drawable.cpp Magick::PathMovetoAbs::~PathMovetoAbs ( void )
PathMovetoAbs    2081 Magick++/lib/Drawable.cpp void Magick::PathMovetoAbs::operator()( MagickLib::DrawContext context_ ) const
PathMovetoAbs    2089 Magick++/lib/Drawable.cpp Magick::VPathBase* Magick::PathMovetoAbs::copy() const
PathMovetoAbs    2091 Magick++/lib/Drawable.cpp   return new PathMovetoAbs(*this);
PathMovetoAbs    2853 Magick++/lib/Magick++/Drawable.h class MagickDLLDecl PathMovetoAbs : public VPathBase
PathMovetoAbs    2857 Magick++/lib/Magick++/Drawable.h   PathMovetoAbs ( const Magick::Coordinate &coordinate_ );
PathMovetoAbs    2860 Magick++/lib/Magick++/Drawable.h   PathMovetoAbs ( const CoordinateList &coordinates_ );
PathMovetoAbs    2863 Magick++/lib/Magick++/Drawable.h   PathMovetoAbs ( const PathMovetoAbs& original_ );
PathMovetoAbs    2866 Magick++/lib/Magick++/Drawable.h   /*virtual*/ ~PathMovetoAbs ( void );