System.Drawing.Drawing2D. HatchBrush _BlackBrush = new HatchBrush(HatchStyle.Percent50, Color.Blue,Color.White);
Graphics _Graphics = Graphics.FromHwnd(this.Handle);
_Graphics.FillRectangle(_BlackBrush, new Rectangle(0, 0, 100, 100));
这样来绘制的
但发现 HatchBrush..枚举名字和图形对照实在郁闷..
下面把效果图贴出来..
System.Drawing.Drawing2D. HatchBrush _BlackBrush = new HatchBrush(HatchStyle.Percent50, Color.Blue,Color.White);
Graphics _Graphics = Graphics.FromHwnd(this.Handle);
_Graphics.FillRectangle(_BlackBrush, new Rectangle(0, 0, 100, 100));
这样来绘制的
但发现 HatchBrush..枚举名字和图形对照实在郁闷..
下面把效果图贴出来..