Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::PathLinetoVerticalRel Class Reference
Inheritance diagram for Magick::PathLinetoVerticalRel:
Collaboration diagram for Magick::PathLinetoVerticalRel:

Public Member Functions

 PathLinetoVerticalRel (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 3059 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathLinetoVerticalRel()

Magick::PathLinetoVerticalRel::PathLinetoVerticalRel ( double  y_)
inline

Definition at line 3062 of file Drawable.h.

3063 : _y(y_)
3064 {
3065 }

◆ ~PathLinetoVerticalRel()

Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel ( void  )

Definition at line 2420 of file Drawable.cpp.

2421{
2422}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 2428 of file Drawable.cpp.

2429{
2430 return new PathLinetoVerticalRel(*this);
2431}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 2423 of file Drawable.cpp.

2425{
2426 DrawPathLineToVerticalRelative( context_, _y );
2427}

◆ y() [1/2]

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

Definition at line 3075 of file Drawable.h.

3076 {
3077 _y = y_;
3078 }

◆ y() [2/2]

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

Definition at line 3079 of file Drawable.h.

3080 {
3081 return _y;
3082 }

Member Data Documentation

◆ _y

double Magick::PathLinetoVerticalRel::_y
private

Definition at line 3085 of file Drawable.h.


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