Jump to content

BANDRECT: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Location to which the device coordinates of the next band are returned.  
Location to which the device coordinates of the next band are returned.
 
==Type==
==Type==
  LONG    xLeft;
LONG    xLeft;
  LONG    yBottom;
LONG    yBottom;
  LONG    xRight;
LONG    xRight;
  LONG    yTop;
LONG    yTop;


==C Declaration Method==
==C Declaration Method==
typedef BANDRECT *PBANDRECT;
typedef BANDRECT *PBANDRECT;


==Fields==
==Fields==
;xLeft(LONG)
;xLeft (LONG):X-coordinate of the lower-left corner of the rectangular band.
:X-coordinate of the lower-left corner of the rectangular band.
;yBottom (LONG):Y-coordinate of the lower-left corner of the rectangular band.
;yBottom(LONG)
;xRight (LONG):X-coordinate of the top-right corner of the rectangular band.
:Y-coordinate of the lower-left corner of the rectangular band.
;yTop (LONG):Y-coordinate of the to-right corner of the rectangular band.
;xRight(LONG)
:X-coordinate of the top-right corner of the rectangular band.
;yTop(LONG)
:Y-coordinate of the to-right corner of the rectangular band.


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 16:46, 8 February 2020

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

Type

LONG     xLeft;
LONG     yBottom;
LONG     xRight;
LONG     yTop;

C Declaration Method

typedef BANDRECT *PBANDRECT;

Fields

xLeft (LONG)
X-coordinate of the lower-left corner of the rectangular band.
yBottom (LONG)
Y-coordinate of the lower-left corner of the rectangular band.
xRight (LONG)
X-coordinate of the top-right corner of the rectangular band.
yTop (LONG)
Y-coordinate of the to-right corner of the rectangular band.