#include <Drawable.h>
Definition at line 2222 of file Drawable.h.
Magick::PathArcArgs::PathArcArgs |
( |
void |
| ) |
|
Magick::PathArcArgs::PathArcArgs |
( |
double |
radiusX_, |
|
|
double |
radiusY_, |
|
|
double |
xAxisRotation_, |
|
|
bool |
largeArcFlag_, |
|
|
bool |
sweepFlag_, |
|
|
double |
x_, |
|
|
double |
y_ |
|
) |
| |
Magick::PathArcArgs::PathArcArgs |
( |
const PathArcArgs & |
original_ | ) |
|
Magick::PathArcArgs::~PathArcArgs |
( |
void |
| ) |
|
void Magick::PathArcArgs::largeArcFlag |
( |
bool |
largeArcFlag_ | ) |
|
|
inline |
bool Magick::PathArcArgs::largeArcFlag |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::radiusX |
( |
double |
radiusX_ | ) |
|
|
inline |
double Magick::PathArcArgs::radiusX |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::radiusY |
( |
double |
radiusY_ | ) |
|
|
inline |
double Magick::PathArcArgs::radiusY |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::sweepFlag |
( |
bool |
sweepFlag_ | ) |
|
|
inline |
bool Magick::PathArcArgs::sweepFlag |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::x |
( |
double |
x_ | ) |
|
|
inline |
double Magick::PathArcArgs::x |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::xAxisRotation |
( |
double |
xAxisRotation_ | ) |
|
|
inline |
double Magick::PathArcArgs::xAxisRotation |
( |
void |
| ) |
const |
|
inline |
void Magick::PathArcArgs::y |
( |
double |
y_ | ) |
|
|
inline |
double Magick::PathArcArgs::y |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: