Magick++ 7.1.2
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
 

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 1259 of file Drawable.cpp.

1260{
1261}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1269 of file Drawable.cpp.

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

◆ offset() [1/2]

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

Definition at line 1274 of file Drawable.cpp.

1275{
1276 _offset=offset_;
1277}

◆ offset() [2/2]

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

Definition at line 1279 of file Drawable.cpp.

1280{
1281 return(_offset);
1282}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1263 of file Drawable.cpp.

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

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: