CClientDC ClientDC(this); OnPrepareDC(&ClientDC); POINT point[3] = {{10,20},{100,200},{220,250}}; ClientDC.Polygon(point,3);