Graphics::ReleaseHdcInternal Method (IntPtr)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Releases a handle to a device context.
Assembly: System.Drawing (in System.Drawing.dll)
public: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] void ReleaseHdcInternal( IntPtr hdc )
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
Available since 1.1
Show: