SidebarLibrary.Win32.WindowsAPI.SetBkMode C# (CSharp) Method

SetBkMode() private method

private SetBkMode ( IntPtr hDC, BackgroundMode mode ) : int
hDC System.IntPtr
mode BackgroundMode
return int
		public static extern int SetBkMode(IntPtr hDC, BackgroundMode mode);
		[DllImport("gdi32")]