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

Constructor & Destructor Documentation

◆ PathLinetoVerticalAbs()

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

Definition at line 2935 of file Drawable.h.

2936 : _y(y_)
2937 {
2938 }

◆ ~PathLinetoVerticalAbs()

Magick::PathLinetoVerticalAbs::~PathLinetoVerticalAbs ( void )

Definition at line 2218 of file Drawable.cpp.

2219{
2220}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 2226 of file Drawable.cpp.

2227{
2228 return new PathLinetoVerticalAbs(*this);
2229}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 2221 of file Drawable.cpp.

2223{
2224 DrawPathLineToVerticalAbsolute( context_, _y );
2225}

◆ y() [1/2]

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

Definition at line 2948 of file Drawable.h.

2949 {
2950 _y = y_;
2951 }

◆ y() [2/2]

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

Definition at line 2952 of file Drawable.h.

2953 {
2954 return _y;
2955 }

Member Data Documentation

◆ _y

double Magick::PathLinetoVerticalAbs::_y
private

Definition at line 2958 of file Drawable.h.


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