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

CreateCompatibleBitmap() private method

private CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
hdc System.IntPtr
nWidth int
nHeight int
return System.IntPtr
        public static extern IntPtr CreateCompatibleBitmap(IntPtr hdc, int nWidth, int nHeight);