Aspose.Pdf.Examples.CSharp.AsposePDFFacades.TechnicalArticles.WinAPIIndexBitmapConverter.ReleaseDC C# (CSharp) Method

ReleaseDC() private method

private ReleaseDC ( IntPtr hwnd, IntPtr hdc ) : int
hwnd System.IntPtr
hdc System.IntPtr
return int
        public static extern int ReleaseDC(IntPtr hwnd, IntPtr hdc);