The cpp CRgn.CreateRectRgn is a function that is used to create a rectangular region object in the C++ programming language. It allows the programmer to define the coordinates of a rectangle, and then creates a region object with that rectangle as its boundary. This region object can then be used for various operations such as painting or clipping in graphical applications.
C++ (Cpp) CRgn::CreateRectRgn - 30 examples found. These are the top rated real world C++ (Cpp) examples of CRgn::CreateRectRgn extracted from open source projects. You can rate examples to help us improve the quality of examples.