System.Drawing.IGraphicsContextInfo interface IGraphicsContextInfo : IPointer<GpGraphics> Documentation Code namespace System.Drawing { internal interface IGraphicsContextInfo { (HDC hdc, int saveState) GetHdc(ApplyGraphicsProperties apply, bool alwaysSaveState); } }