Called when this object is about to destroy its handle.
protected void destroyHandle()
If you create a Region object based on a Win32 handle, this handle is not freed in the default implementation of this method. However, in classes that extend the Region class you can override this function to free handles that the object does not own.