A data structure that defines a rectangular region on a display screen. The fields in the data structure are:
RefPointX : int
RefPointY : int
that define the location of the top left corner of the region in screen coordinates, and
Width : int
Height : int
that specify the extents of the region. Screen coordinates are defined starting from an origin of 0,0 in the upper left corner of the screen, and extend in the positive direction down and to the right.