DELETERGN |
Top Previous Next |
Syntax DELETERGN(hrgn as UINT) Description Deletes a region. Parameters hrgn - The region to be deleted. Return value None Remarks A region should be deleted if it is no longer in use. Unless the region is passed to a button of type @RGNBUTTON in which case the button takes care of freeing the region when it is destroyed. Example usage hrgn = RGNFROMBITMAP(GETSTARTPATH+"rgn_bmp1.bmp") |