Definition at line 2043 of file Drawable.h.
◆ DrawableTextDirection()
| Magick::DrawableTextDirection::DrawableTextDirection |
( |
DirectionType | direction_ | ) |
|
Definition at line 1378 of file Drawable.cpp.
1380 : _direction(direction_)
1381{
1382}
◆ ~DrawableTextDirection()
| Magick::DrawableTextDirection::~DrawableTextDirection |
( |
void | | ) |
|
◆ copy()
◆ direction() [1/2]
| void Magick::DrawableTextDirection::direction |
( |
DirectionType | direction_ | ) |
|
Definition at line 1394 of file Drawable.cpp.
1395{
1396 _direction=direction_;
1397}
◆ direction() [2/2]
| Magick::DirectionType Magick::DrawableTextDirection::direction |
( |
void | | ) |
const |
Definition at line 1399 of file Drawable.cpp.
1400{
1401 return(_direction);
1402}
◆ operator()()
| void Magick::DrawableTextDirection::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _direction
| DirectionType Magick::DrawableTextDirection::_direction |
|
private |
The documentation for this class was generated from the following files: