System.Runtime.InteropServices.GDI32.DeleteDC C# (CSharp) Method

DeleteDC() private method

private DeleteDC ( IntPtr hdc ) : bool
hdc System.IntPtr
return bool
        public static extern bool DeleteDC(IntPtr hdc);