Jump to content

BOXPARAMS

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

Defines the dimensions of a box.

Type

typedef struct _BOXPARAMS {
 POINTL     ptl;             /*  Defines opposite corner of the box. */
 LONG       sizl.cx;  /*  Horizontal length of the full axis of an ellipse. */
 LONG       sizl.cy;  /*  Vertical length of the full axis of an ellipse. */
} BOXPARAMS;

C Declaration Method

typedef BOXPARAMS *PBOXPARAMS;