每次创建的区域存储到内存,方便以后取出来进行比较
假如有如下这个区域,要保存数组呢,还是怎么???存啊
CRgn rgn;
POINT a[4];
a[0].x = atol(c[0]);
a[0].y = atol(c[1]);
a[1].x = atol(c[2]);
a[1].y = atol(c[3]);
a[2].x = atol(c[4]);
a[2].y = atol(c[5]);
a[3].x = atol(c[6]);
a[3].y = atol(c[7]);
rgn.CreatePolygonRgn(a,4,ALTERNATE)