This documentation is archived and is not being maintained.
Graphics.ReleaseHdcInternal Method
.NET Framework 1.1
Internal method. Do not use.
[Visual Basic] Public Sub ReleaseHdcInternal( _ ByVal hdc As IntPtr _ ) [C#] public void ReleaseHdcInternal( IntPtr hdc ); [C++] public: void ReleaseHdcInternal( IntPtr hdc ); [JScript] public function ReleaseHdcInternal( hdc : IntPtr );
Parameters
- hdc
- Handle to a device context.
Return Value
This method does not return a value.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: