Magick++ 6.9.13
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 2418 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathClosePath()

Magick::PathClosePath::PathClosePath ( void )
inline

Definition at line 2421 of file Drawable.h.

2422 : _dummy(0)
2423 {
2424 }

◆ ~PathClosePath()

Magick::PathClosePath::~PathClosePath ( void )

Definition at line 1705 of file Drawable.cpp.

1706{
1707}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 1712 of file Drawable.cpp.

1713{
1714 return new PathClosePath(*this);
1715}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 1708 of file Drawable.cpp.

1709{
1710 DrawPathClose( context_ );
1711}

Member Data Documentation

◆ _dummy

::ssize_t Magick::PathClosePath::_dummy
private

Definition at line 2435 of file Drawable.h.


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