Jump to content

BOXDATA

From EDM2
Revision as of 15:50, 27 December 2019 by Martini (talk | contribs) (Created page with "Defines the dimensions of a box. ==Type== typedef struct _BOXDATA { POINTL ptlOpposite; Defines opposite corner of the box.: LONG IHRound; /* Hor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;