www/api/Magick++/classMagick_1_1DrawableRectangle.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::DrawableRectangle Class Reference
#include <Drawable.h>
Inheritance diagram for Magick::DrawableRectangle:
 [legend]
Collaboration diagram for Magick::DrawableRectangle:
 [legend]
|
| | | DrawableRectangle (double upperLeftX_, double upperLeftY_, double lowerRightX_, double lowerRightY_) | | | | | ~DrawableRectangle (void) | | | | 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 | | | | Public Member Functions inherited from Magick::DrawableBase | | | DrawableBase (void) | | | | virtual | ~DrawableBase (void) | | |
Definition at line 1401 of file Drawable.h.
|
| Magick::DrawableRectangle::DrawableRectangle | ( | double | upperLeftX_, | | | | double | upperLeftY_, | | | | double | lowerRightX_, | | | | double | lowerRightY_ | | | ) | | |
| inline |
Definition at line 1404 of file Drawable.h.
| Magick::DrawableRectangle::~DrawableRectangle | ( | void | | ) | |
Definition at line 1076 of file Drawable.cpp.
|
| Magick::DrawableBase * Magick::DrawableRectangle::copy | ( | | ) | const |
| virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1085 of file Drawable.cpp.
|
| void Magick::DrawableRectangle::lowerRightX | ( | double | lowerRightX_ | ) | |
| inline |
Definition at line 1438 of file Drawable.h.
|
| double Magick::DrawableRectangle::lowerRightX | ( | void | | ) | const |
| inline |
Definition at line 1442 of file Drawable.h.
|
| void Magick::DrawableRectangle::lowerRightY | ( | double | lowerRightY_ | ) | |
| inline |
Definition at line 1447 of file Drawable.h.
|
| double Magick::DrawableRectangle::lowerRightY | ( | void | | ) | const |
| inline |
Definition at line 1451 of file Drawable.h.
|
| void Magick::DrawableRectangle::operator() | ( | MagickCore::DrawingWand * | context_ | ) | const |
| virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1080 of file Drawable.cpp.
|
| void Magick::DrawableRectangle::upperLeftX | ( | double | upperLeftX_ | ) | |
| inline |
Definition at line 1420 of file Drawable.h.
|
| double Magick::DrawableRectangle::upperLeftX | ( | void | | ) | const |
| inline |
Definition at line 1424 of file Drawable.h.
|
| void Magick::DrawableRectangle::upperLeftY | ( | double | upperLeftY_ | ) | |
| inline |
Definition at line 1429 of file Drawable.h.
|
| double Magick::DrawableRectangle::upperLeftY | ( | void | | ) | const |
| inline |
Definition at line 1433 of file Drawable.h.
The documentation for this class was generated from the following files: