Magick++ 7.1.1
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
 
virtual void operator() (MagickCore::DrawingWand *context_) const =0
 
virtual VPathBasecopy () const =0
 

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

2409{
2410}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 2416 of file Drawable.cpp.

2417{
2418 return new PathLinetoVerticalAbs(*this);
2419}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 2411 of file Drawable.cpp.

2413{
2414 DrawPathLineToVerticalAbsolute( context_, _y );
2415}

◆ 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: