Magick++  7.1.2-29
Convert, Edit, Or Compose Bitmap Images
Magick::DrawableRectangle Class Reference
Inheritance diagram for Magick::DrawableRectangle:
Magick::DrawableBase

Public Member Functions

 DrawableRectangle (double upperLeftX_, double upperLeftY_, double lowerRightX_, double lowerRightY_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () 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
 

Detailed Description

Definition at line 1401 of file Drawable.h.


The documentation for this class was generated from the following files: