Magick++ 6.9.13
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

Private Attributes

double _y

Detailed Description

Definition at line 2960 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathLinetoVerticalRel()

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

Definition at line 2963 of file Drawable.h.

2964 : _y(y_)
2965 {
2966 }

◆ ~PathLinetoVerticalRel()

Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel ( void )

Definition at line 2230 of file Drawable.cpp.

2231{
2232}

Member Function Documentation

◆ copy()

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

Implements Magick::VPathBase.

Definition at line 2238 of file Drawable.cpp.

2239{
2240 return new PathLinetoVerticalRel(*this);
2241}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 2233 of file Drawable.cpp.

2235{
2236 DrawPathLineToVerticalRelative( context_, _y );
2237}

◆ y() [1/2]

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

Definition at line 2976 of file Drawable.h.

2977 {
2978 _y = y_;
2979 }

◆ y() [2/2]

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

Definition at line 2980 of file Drawable.h.

2981 {
2982 return _y;
2983 }

Member Data Documentation

◆ _y

double Magick::PathLinetoVerticalRel::_y
private

Definition at line 2986 of file Drawable.h.


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