Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
DrawableColor (double x_, double y_, PaintMethod paintMethod_) | |
void | operator() (MagickCore::DrawingWand *context_) const |
DrawableBase * | copy () const |
void | x (double x_) |
double | x (void) const |
void | y (double y_) |
double | y (void) const |
void | paintMethod (PaintMethod paintMethod_) |
PaintMethod | paintMethod (void) const |
Private Attributes | |
double | _x |
double | _y |
PaintMethod | _paintMethod |
Definition at line 670 of file Drawable.h.