|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableClipRule (const FillRule fillRule_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | fillRule (const FillRule fillRule_) |
| FillRule | fillRule (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| FillRule | _fillRule |
Definition at line 493 of file Drawable.h.
| Magick::DrawableClipRule::DrawableClipRule | ( | const FillRule | fillRule_ | ) |
Definition at line 327 of file Drawable.cpp.
| Magick::DrawableClipRule::~DrawableClipRule | ( | void | ) |
Definition at line 332 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 352 of file Drawable.cpp.
| void Magick::DrawableClipRule::fillRule | ( | const FillRule | fillRule_ | ) |
Definition at line 342 of file Drawable.cpp.
| Magick::FillRule Magick::DrawableClipRule::fillRule | ( | void | ) | const |
Definition at line 347 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 336 of file Drawable.cpp.
|
private |
Definition at line 511 of file Drawable.h.