Graphics.ReleaseHdcInternal(IntPtr) Method

Definition

Releases a handle to a device context.

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

Parameters

hdc
IntPtr

nativeint

Handle to a device context.

Applies to