IDeviceContext
Defines methods for obtaining and releasing an existing handle to a Windows device context.
namespace System.Drawing
{
public interface IDeviceContext : IDisposable
{
IntPtr GetHdc();
void ReleaseHdc();
}
}