Tao.Platform.Windows SDK Documentation

User.ReleaseDC Method 

[Visual Basic]
Public Shared Function ReleaseDC( _
   ByVal windowHandle As IntPtr, _
   ByVal deviceContext As IntPtr _
) As Boolean
[C#]
public static bool ReleaseDC(
   IntPtr windowHandle,
   IntPtr deviceContext
);

See Also

User Class | Tao.Platform.Windows Namespace