Brush是一个抽象类。以SolidBrush为例Color color = Color.FromArgb(255, 0, 0);Brush brush = new SolidBrush(color);