Definition at line 1376 of file Drawable.h.
◆ DrawablePushPattern()
Definition at line 1052 of file Drawable.cpp.
1054 : DrawableBase (original_),
1055 _id(original_._id),
1056 _x(original_._x),
1057 _y(original_._y),
1058 _width(original_._width),
1059 _height(original_._height)
1060{
1061}
◆ ~DrawablePushPattern()
Magick::DrawablePushPattern::~DrawablePushPattern |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawablePushPattern::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _height
size_t Magick::DrawablePushPattern::_height |
|
private |
◆ _id
std::string Magick::DrawablePushPattern::_id |
|
private |
◆ _width
size_t Magick::DrawablePushPattern::_width |
|
private |
◆ _x
::ssize_t Magick::DrawablePushPattern::_x |
|
private |
◆ _y
::ssize_t Magick::DrawablePushPattern::_y |
|
private |
The documentation for this class was generated from the following files: