System.Drawing.IGraphicsHdcProvider interface IGraphicsHdcProvider Used to provide a way to give DeviceContextHdcScope direct internal access to HDC's. Documentation Code namespace System.Drawing { internal interface IGraphicsHdcProvider { bool IsGraphicsStateClean { get; } HDC GetHdc(); IGraphics GetGraphics(bool createIfNeeded); } }