|
Magick++
7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| PathArcArgs (double radiusX_, double radiusY_, double xAxisRotation_, bool largeArcFlag_, bool sweepFlag_, double x_, double y_) | |
| PathArcArgs (const PathArcArgs &original_) | |
| void | radiusX (double radiusX_) |
| double | radiusX (void) const |
| void | radiusY (double radiusY_) |
| double | radiusY (void) const |
| void | xAxisRotation (double xAxisRotation_) |
| double | xAxisRotation (void) const |
| void | largeArcFlag (bool largeArcFlag_) |
| bool | largeArcFlag (void) const |
| void | sweepFlag (bool sweepFlag_) |
| bool | sweepFlag (void) const |
| void | x (double x_) |
| double | x (void) const |
| void | y (double y_) |
| double | y (void) const |
Private Attributes | |
| double | _radiusX |
| double | _radiusY |
| double | _xAxisRotation |
| bool | _largeArcFlag |
| bool | _sweepFlag |
| double | _x |
| double | _y |
Definition at line 2356 of file Drawable.h.