Jump to content

BOXDATA: Difference between revisions

From EDM2
Created page with "Defines the dimensions of a box. ==Type== typedef struct _BOXDATA { POINTL ptlOpposite; Defines opposite corner of the box.: LONG IHRound; /* Hor..."
 
(No difference)

Latest revision as of 14:50, 27 December 2019

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;