BOXDATA
Appearance
Defines the dimensions of a box.
Type
typedef struct _BOXDATA { POINTL ptlOpposite; /* Defines opposite corner of the box. */ LONG IHRound; /* Horizontal length of the full axis of an ellipse. */ LONG IVRound; /* Vertical length of the full axis of an ellipse. */ } BOXDATA;
C Declaration Method
typedef BOXDATA *PBOXDATA;