RECTSIZE - Specifies position in which a bitmap is painted. ----------------------------------------------------------------------------------------------------------
#include <global.h>
Definition :
typedef struct {
WORD width;
WORD height;
} RECTSIZE;
Description :
This structure is used to specify the position in which a bitmap is painted.