Magick++  6.9.3
Magick::DrawableViewbox Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawableViewbox:
Collaboration diagram for Magick::DrawableViewbox:

Public Member Functions

 DrawableViewbox (::ssize_t x1_,::ssize_t y1_,::ssize_t x2_,::ssize_t y2_)
 
 ~DrawableViewbox (void)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void x1 (::ssize_t x1_)
 
::ssize_t x1 (void) const
 
void y1 (::ssize_t y1_)
 
::ssize_t y1 (void) const
 
void x2 (::ssize_t x2_)
 
::ssize_t x2 (void) const
 
void y2 (::ssize_t y2_)
 
::ssize_t y2 (void) const
 
- Public Member Functions inherited from Magick::DrawableBase
 DrawableBase (void)
 
virtual ~DrawableBase (void)
 

Detailed Description

Definition at line 2157 of file Drawable.h.

Constructor & Destructor Documentation

Magick::DrawableViewbox::DrawableViewbox ( ::ssize_t  x1_,
::ssize_t  y1_,
::ssize_t  x2_,
::ssize_t  y2_ 
)
inline

Definition at line 2160 of file Drawable.h.

Magick::DrawableViewbox::~DrawableViewbox ( void  )

Definition at line 1549 of file Drawable.cpp.

Member Function Documentation

Magick::DrawableBase * Magick::DrawableViewbox::copy ( ) const
virtual

Implements Magick::DrawableBase.

Definition at line 1557 of file Drawable.cpp.

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

Implements Magick::DrawableBase.

Definition at line 1553 of file Drawable.cpp.

void Magick::DrawableViewbox::x1 ( ::ssize_t  x1_)
inline

Definition at line 2176 of file Drawable.h.

::ssize_t Magick::DrawableViewbox::x1 ( void  ) const
inline

Definition at line 2180 of file Drawable.h.

void Magick::DrawableViewbox::x2 ( ::ssize_t  x2_)
inline

Definition at line 2194 of file Drawable.h.

::ssize_t Magick::DrawableViewbox::x2 ( void  ) const
inline

Definition at line 2198 of file Drawable.h.

void Magick::DrawableViewbox::y1 ( ::ssize_t  y1_)
inline

Definition at line 2185 of file Drawable.h.

::ssize_t Magick::DrawableViewbox::y1 ( void  ) const
inline

Definition at line 2189 of file Drawable.h.

void Magick::DrawableViewbox::y2 ( ::ssize_t  y2_)
inline

Definition at line 2203 of file Drawable.h.

::ssize_t Magick::DrawableViewbox::y2 ( void  ) const
inline

Definition at line 2207 of file Drawable.h.


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