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

CreateSolidBrush() private method

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