Definition at line 2142 of file Drawable.h.
◆DrawableTextDirection()
| Magick::DrawableTextDirection::DrawableTextDirection |
( |
DirectionType |
direction_ | ) |
|
Definition at line 1568 of file Drawable.cpp.
1570 : _direction(direction_)
1571{
1572}
◆~DrawableTextDirection()
| Magick::DrawableTextDirection::~DrawableTextDirection |
( |
void |
| ) |
|
◆copy()
◆direction() [1/2]
| void Magick::DrawableTextDirection::direction |
( |
DirectionType |
direction_ | ) |
|
Definition at line 1584 of file Drawable.cpp.
1585{
1586 _direction=direction_;
1587}
◆direction() [2/2]
| Magick::DirectionType Magick::DrawableTextDirection::direction |
( |
void |
| ) |
const |
Definition at line 1589 of file Drawable.cpp.
1590{
1591 return(_direction);
1592}
◆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:
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/Drawable.h
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Drawable.cpp