Magick++
7.1.0
|
#include <Drawable.h>
Public Member Functions | |
DrawableClipRule (const FillRule fillRule_) | |
~DrawableClipRule (void) | |
void | operator() (MagickCore::DrawingWand *context_) const |
void | fillRule (const FillRule fillRule_) |
FillRule | fillRule (void) const |
DrawableBase * | copy () const |
![]() | |
DrawableBase (void) | |
virtual | ~DrawableBase (void) |
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.