Definition at line 2142 of file Drawable.h.
◆ DrawableTextDirection()
| Magick::DrawableTextDirection::DrawableTextDirection |
( |
DirectionType | direction_ | ) |
|
Definition at line 1566 of file Drawable.cpp.
1568 : _direction(direction_)
1569{
1570}
◆ ~DrawableTextDirection()
| Magick::DrawableTextDirection::~DrawableTextDirection |
( |
void | | ) |
|
◆ copy()
◆ direction() [1/2]
| void Magick::DrawableTextDirection::direction |
( |
DirectionType | direction_ | ) |
|
Definition at line 1582 of file Drawable.cpp.
1583{
1584 _direction=direction_;
1585}
◆ direction() [2/2]
| Magick::DirectionType Magick::DrawableTextDirection::direction |
( |
void | | ) |
const |
Definition at line 1587 of file Drawable.cpp.
1588{
1589 return(_direction);
1590}
◆ 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:
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp