CRgn is what class?

解决方案 »

  1.   

    or polygonal area within a window. To use regions, you use the member functions of class CRgn with the clipping functions defined as members of class CDC. The member functions of CRgn create, alter, and retrieve information about the region object for which they are called.
      

  2.   

    少贴了一句
    The CRgn class encapsulates a Windows graphics device interface (GDI) region. A region is an elliptical or polygonal area within a window. To use regions, you use the member functions of class CRgn with the clipping functions defined as members of class CDC. The member functions of CRgn create, alter, and retrieve information about the region object for which they are called.