Jump to content

BANDRECT

From EDM2
Revision as of 15:56, 27 December 2019 by Martini (talk | contribs) (Created page with "Location to which the device coordinates of the next band are returned. ==Type== typedef struct _BANDRECT { LONG xLeft; /* X-coordinate of the lower-left corner of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location to which the device coordinates of the next band are returned.

Type

typedef struct _BANDRECT {
 LONG     xLeft;    /*  X-coordinate of the lower-left corner of the rectangular band. */
 LONG     yBottom;  /*  Y-coordinate of the lower-left corner of the rectangular band. */
 LONG     xRight;   /*  X-coordinate of the top-right corner of the rectangular band. */
 LONG     yTop;     /*  Y-coordinate of the to-right corner of the rectangular band. */
} BANDRECT;

C Declaration Method

typedef BANDRECT *PBANDRECT;