Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::DrawableStrokeDashOffset Class Reference
Inheritance diagram for Magick::DrawableStrokeDashOffset:
Collaboration diagram for Magick::DrawableStrokeDashOffset:

Public Member Functions

 DrawableStrokeDashOffset (const double offset_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void offset (const double offset_)
 
double offset (void) const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Private Attributes

double _offset
 

Detailed Description

Definition at line 1749 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableStrokeDashOffset()

Magick::DrawableStrokeDashOffset::DrawableStrokeDashOffset ( const double  offset_)
inline

Definition at line 1752 of file Drawable.h.

1753 : _offset(offset_)
1754 { }

◆ ~DrawableStrokeDashOffset()

Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset ( void  )

Definition at line 1258 of file Drawable.cpp.

1259{
1260}

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableStrokeDashOffset::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1268 of file Drawable.cpp.

1269{
1270 return(new DrawableStrokeDashOffset(*this));
1271}

◆ offset() [1/2]

void Magick::DrawableStrokeDashOffset::offset ( const double  offset_)

Definition at line 1273 of file Drawable.cpp.

1274{
1275 _offset=offset_;
1276}

◆ offset() [2/2]

double Magick::DrawableStrokeDashOffset::offset ( void  ) const

Definition at line 1278 of file Drawable.cpp.

1279{
1280 return(_offset);
1281}

◆ operator()()

void Magick::DrawableStrokeDashOffset::operator() ( MagickCore::DrawingWand *  context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1262 of file Drawable.cpp.

1264{
1265 DrawSetStrokeDashOffset(context_,_offset);
1266}

Member Data Documentation

◆ _offset

double Magick::DrawableStrokeDashOffset::_offset
private

Definition at line 1768 of file Drawable.h.


The documentation for this class was generated from the following files: