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

SetDCBrushColor() private method

private SetDCBrushColor ( IntPtr hdc, uint crColor ) : uint
hdc System.IntPtr
crColor uint
return uint
		public static extern uint SetDCBrushColor(IntPtr hdc,  uint crColor);
		[DllImport("gdi32")]