|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableTextAlignment (AlignType alignment_) | |
| DrawableTextAlignment (const DrawableTextAlignment &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | alignment (AlignType alignment_) |
| AlignType | alignment (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| AlignType | _alignment |
Definition at line 2060 of file Drawable.h.
| Magick::DrawableTextAlignment::DrawableTextAlignment | ( | const DrawableTextAlignment & | original_ | ) |
Definition at line 1486 of file Drawable.cpp.
| Magick::DrawableTextAlignment::~DrawableTextAlignment | ( | void | ) |
Definition at line 1493 of file Drawable.cpp.
| void Magick::DrawableTextAlignment::alignment | ( | AlignType | alignment_ | ) |
Definition at line 1503 of file Drawable.cpp.
| Magick::AlignType Magick::DrawableTextAlignment::alignment | ( | void | ) | const |
Definition at line 1508 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1513 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1497 of file Drawable.cpp.
|
private |
Definition at line 2080 of file Drawable.h.