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

Public Member Functions

 PathLinetoVerticalAbs (double y_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
VPathBasecopy () const
 
void y (double y_)
 
double y (void) const
 

Private Attributes

double _y
 

Detailed Description

Definition at line 3031 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathLinetoVerticalAbs()

Magick::PathLinetoVerticalAbs::PathLinetoVerticalAbs ( double y_)
inline

Definition at line 3034 of file Drawable.h.

3035 : _y(y_)
3036 {
3037 }

◆ ~PathLinetoVerticalAbs()

Magick::PathLinetoVerticalAbs::~PathLinetoVerticalAbs ( void )

Definition at line 2410 of file Drawable.cpp.

2411{
2412}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 2418 of file Drawable.cpp.

2419{
2420 return new PathLinetoVerticalAbs(*this);
2421}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 2413 of file Drawable.cpp.

2415{
2416 DrawPathLineToVerticalAbsolute( context_, _y );
2417}

◆ y() [1/2]

void Magick::PathLinetoVerticalAbs::y ( double y_)
inline

Definition at line 3047 of file Drawable.h.

3048 {
3049 _y = y_;
3050 }

◆ y() [2/2]

double Magick::PathLinetoVerticalAbs::y ( void ) const
inline

Definition at line 3051 of file Drawable.h.

3052 {
3053 return _y;
3054 }

Member Data Documentation

◆ _y

double Magick::PathLinetoVerticalAbs::_y
private

Definition at line 3057 of file Drawable.h.


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