#include <canprim.h>


Public Member Functions | |
| a2dWHCenter () | |
| default constructor | |
| a2dWHCenter (double xc, double yc, double w, double h) | |
| standard constructor | |
| ~a2dWHCenter () | |
| destructor | |
| a2dWHCenter (const a2dWHCenter &other, CloneOptions options) | |
| copy constructor | |
| virtual a2dObject * | Clone (CloneOptions options) const =0 |
| This is here so that this class cannot be used directly. | |
Static Public Attributes | |
| static a2dPropertyIdDouble * | PROPID_Width = NULL |
| property to get m_width | |
| static a2dPropertyIdDouble * | PROPID_Height = NULL |
| property to get m_height | |
Virtual base class for canvas objects with width and height parameters. The object has an extension from (x-w/2,y-h/2) to (x+w/2,y+h/2).
Definition at line 1076 of file canprim.h.
| a2dWHCenter::a2dWHCenter | ( | double | xc, | |
| double | yc, | |||
| double | w, | |||
| double | h | |||
| ) |
standard constructor
| xc,: | x center | |
| yc,: | y center | |
| w,: | Width (double radius) of object. | |
| h,: | Heigth (double radius) of object |
Definition at line 2422 of file canprim.cpp.