typedef struct tagXCoord {
POINT pLeftTop;
POINT pRightTop;
POINT pRightBottom;
POINT pLeftBottom;
} XCOORD;
typedef XCOORD far * LPXCOORD;
Description
Coordinates of the specified image in a rectangle.
Members of the structure
|
POINT |
pLeftTop |
The left top point of the rectangle. |
|
POINT |
pRightTop |
The right top point of the rectangle. |
|
POINT |
pRightBottom |
The right bottom point of the rectangle. |
|
POINT |
pLeftBottom |
The left bottom point of the rectangle. |
Requirements
Header : Declared in BiDib.h.