Graphics.ReleaseHdcInternal Method (IntPtr)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases a handle to a device context.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>]
member ReleaseHdcInternal : 
        hdc:nativeint -> unit

Parameters

hdc
Type: System.IntPtr

Handle to a device context.

SecurityPermission

for access to unmanaged code. Related enumeration: UnmanagedCode.

.NET Framework
Available since 1.1
Return to top
Show: