C#中自定义一个Brush,使用Color赋RGB值给Brush:

Brush MyBrush = new SolidBrush(Color.FromArgb(255, 0, 0));

 

相关文章: