Region.Region

Overview | Methods | This Package | All Packages

Region.Region

Creates a Region object.

Syntax

public Region()

public Region( int handle )

Parameters

handle

The Win32 handle to a region.

Remarks

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.