Brush是一个抽象类。以SolidBrush为例Color color = Color.FromArgb(255, 0, 0);Brush brush = new SolidBrush(color);
posted on 2018-05-13 21:18 嘟嘟他爸 阅读(328) 评论(0) 收藏 举报