BExplorer.Shell.Interop.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);