Loading...
Searching...
No Matches
Drawable.h
84 (const Coordinate& left_,const Coordinate& right_);
86 (const Coordinate& left_, const Coordinate& right_);
88 (const Coordinate& left_, const Coordinate& right_);
90 (const Coordinate& left_, const Coordinate& right_);
92 (const Coordinate& left_, const Coordinate& right_);
94 (const Coordinate& left_, const Coordinate& right_);
360class MagickPPExport DrawableArc : public DrawableBase
363 DrawableArc ( double startX_, double startY_,
723class MagickPPExport DrawableCompositeImage : public DrawableBase
726 DrawableCompositeImage ( double x_, double y_,
729 DrawableCompositeImage ( double x_, double y_,
730 const Image &image_ );
732 DrawableCompositeImage ( double x_, double y_,
736 DrawableCompositeImage ( double x_, double y_,
738 const Image &image_ );
740 DrawableCompositeImage ( double x_, double y_,
745 DrawableCompositeImage ( double x_, double y_,
815 Magick::Image image( void ) const;
827 Image* _image;
850class MagickPPExport DrawableEllipse : public DrawableBase
853 DrawableEllipse ( double originX_, double originY_,
1493class MagickPPExport DrawableRoundRectangle : public DrawableBase
1496 DrawableRoundRectangle ( double upperLeftX_, double upperLeftY_,
2356class MagickPPExport PathArcArgs
2361 PathArcArgs( double radiusX_, double radiusY_,
2365 PathArcArgs( const PathArcArgs &original_ );