Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
Geometry (const char *geometry_) | |
Geometry (const Geometry &geometry_) | |
Geometry (const std::string &geometry_) | |
Geometry (size_t width_, size_t height_,::ssize_t xOff_=0, ::ssize_t yOff_=0) | |
const Geometry & | operator= (const char *geometry_) |
Geometry & | operator= (const Geometry &Geometry_) |
const Geometry & | operator= (const std::string &geometry_) |
operator std::string () const | |
void | aspect (bool aspect_) |
bool | aspect (void) const |
void | fillArea (bool fillArea_) |
bool | fillArea (void) const |
void | greater (bool greater_) |
bool | greater (void) const |
void | height (size_t height_) |
size_t | height (void) const |
void | isValid (bool isValid_) |
bool | isValid (void) const |
void | less (bool less_) |
bool | less (void) const |
void | limitPixels (bool limitPixels_) |
bool | limitPixels (void) const |
void | percent (bool percent_) |
bool | percent (void) const |
void | width (size_t width_) |
size_t | width (void) const |
void | xOff (::ssize_t xOff_) |
::ssize_t | xOff (void) const |
void | yOff (::ssize_t yOff_) |
::ssize_t | yOff (void) const |
Geometry (const MagickCore::RectangleInfo &rectangle_) | |
const Geometry & | operator= (const MagickCore::RectangleInfo &rectangle_) |
operator MagickCore::RectangleInfo () const | |
Private Attributes | |
size_t | _width |
size_t | _height |
::ssize_t | _xOff |
::ssize_t | _yOff |
bool | _isValid |
bool | _percent |
bool | _aspect |
bool | _greater |
bool | _less |
bool | _fillArea |
bool | _limitPixels |
Definition at line 37 of file Geometry.h.