Magick++ 7.1.2
Loading...
Searching...
No Matches
Magick::PathClosePath Class Reference
Inheritance diagram for Magick::PathClosePath:
Collaboration diagram for Magick::PathClosePath:

Public Member Functions

void operator() (MagickCore::DrawingWand *context_) const
 
VPathBasecopy () const
 

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 2517 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathClosePath()

Magick::PathClosePath::PathClosePath ( void )
inline

Definition at line 2520 of file Drawable.h.

2521 : _dummy(0)
2522 {
2523 }

◆ ~PathClosePath()

Magick::PathClosePath::~PathClosePath ( void )

Definition at line 1897 of file Drawable.cpp.

1898{
1899}

Member Function Documentation

◆ copy()

Magick::VPathBase * Magick::PathClosePath::copy ( ) const
virtual

Implements Magick::VPathBase.

Definition at line 1904 of file Drawable.cpp.

1905{
1906 return new PathClosePath(*this);
1907}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 1900 of file Drawable.cpp.

1901{
1902 DrawPathClose( context_ );
1903}

Member Data Documentation

◆ _dummy

::ssize_t Magick::PathClosePath::_dummy
private

Definition at line 2534 of file Drawable.h.


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