Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
DrawableLine (double startX_, double startY_, double endX_, double endY_) | |
void | operator() (MagickCore::DrawingWand *context_) const |
DrawableBase * | copy () const |
void | startX (double startX_) |
double | startX (void) const |
void | startY (double startY_) |
double | startY (void) const |
void | endX (double endX_) |
double | endX (void) const |
void | endY (double endY_) |
double | endY (void) const |
Private Attributes | |
double | _startX |
double | _startY |
double | _endX |
double | _endY |
Definition at line 1121 of file Drawable.h.