The cpp CRgn.DeleteObject function is a method that is used to delete the current object associated with a CRgn (region) in the C++ programming language. This function deallocates the memory resources occupied by the region object, making it no longer usable. It is commonly used to free up memory when the CRgn object is no longer needed or when a new region needs to be created.
C++ (Cpp) CRgn::DeleteObject - 30 examples found. These are the top rated real world C++ (Cpp) examples of CRgn::DeleteObject extracted from open source projects. You can rate examples to help us improve the quality of examples.