|
Magick++
7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableRoundRectangle (double upperLeftX_, double upperLeftY_, double lowerRightX_, double lowerRightY_, double cornerWidth_, double cornerHeight_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | centerX (double centerX_) |
| double | centerX (void) const |
| void | centerY (double centerY_) |
| double | centerY (void) const |
| void | width (double width_) |
| double | width (void) const |
| void | hight (double hight_) |
| double | hight (void) 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 |
| void | cornerWidth (double cornerWidth_) |
| double | cornerWidth (void) const |
| void | cornerHeight (double cornerHeight_) |
| double | cornerHeight (void) const |
Private Attributes | |
| double | _upperLeftX |
| double | _upperLeftY |
| double | _lowerRightX |
| double | _lowerRightY |
| double | _cornerWidth |
| double | _cornerHeight |
Definition at line 1493 of file Drawable.h.