Magick++  7.1.2-29
Convert, Edit, Or Compose Bitmap Images
Magick::Offset Class Reference

Public Member Functions

 Offset (const char *offset_)
 
 Offset (const Offset &offset_)
 
 Offset (const std::string &offset_)
 
 Offset (ssize_t x_, ssize_t y_)
 
const Offsetoperator= (const char *offset_)
 
Offsetoperator= (const Offset &offset_)
 
const Offsetoperator= (const std::string &offset_)
 
ssize_t x (void) const
 
ssize_t y (void) const
 
 operator MagickCore::OffsetInfo () const
 

Private Attributes

ssize_t _x
 
ssize_t _y
 

Detailed Description

Definition at line 151 of file Geometry.h.


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