包含矩形的尺寸。
typedef struct SORECTtag {en
INT left; //左上角的x坐标
INT top; //左上角的y坐标
INT right; //右下角的x坐标
INT bottom; //右下角的y坐标
} SORECT, VWPTR *PSORECT;