C#画图 GDI+

1.填充半透明

Color fillColor = Color.FromArgb(200, Color.LightSkyBlue);
SolidBrush fillBrush = new SolidBrush(fillColor);//定义单色画刷
g.FillPolygon(fillBrush,points);//填充
posted on 2012-08-17 10:21  忧郁的匹格  阅读(256)  评论(0编辑  收藏  举报