|
Magick++
7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableRectangle (double upperLeftX_, double upperLeftY_, double lowerRightX_, double lowerRightY_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | upperLeftX (double upperLeftX_) |
| double | upperLeftX (void) const |
| void | upperLeftY (double upperLeftY_) |
| double | upperLeftY (void) const |
| void | lowerRightX (double lowerRightX_) |
| double | lowerRightX (void) const |
| void | lowerRightY (double lowerRightY_) |
| double | lowerRightY (void) const |
Private Attributes | |
| double | _upperLeftX |
| double | _upperLeftY |
| double | _lowerRightX |
| double | _lowerRightY |
Definition at line 1401 of file Drawable.h.