Creates a Region object.
public Region()
public Region( int handle )
handle
The Win32 handle to a region.
If you create a Region object based on a Win32 region handle, this handle is not freed when the object frees its resources; you must free it.