Region.destroyHandle

Overview | Methods | This Package | All Packages

Region.destroyHandle

Called when this object is about to destroy its handle.

Syntax

protected void destroyHandle()

Remarks

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.