Region.ReleaseHrgn(IntPtr) Method

Definition

Releases the handle of the Region.

public:
 void ReleaseHrgn(IntPtr regionHandle);
public void ReleaseHrgn (IntPtr regionHandle);
member this.ReleaseHrgn : nativeint -> unit
Public Sub ReleaseHrgn (regionHandle As IntPtr)

Parameters

regionHandle
IntPtr

nativeint

The handle to the Region.

Exceptions

regionHandle is null.

Applies to