brush类型

System.Drawing.Drawing2D.HatchBrush 用阴影样式、前景色和背景色定义矩形画笔
System.Drawing.Drawing2D.LinearGradientBrush 使用线性渐变封装 Brush 对象
System.Drawing.Drawing2D.PathGradientBrush 封装 Brush 对象,它通过渐变填充 GraphicsPath 对象的内部
System.Drawing.SolidBrush 定义单色画刷
System.Drawing.TextureBrush 使用图像来填充形状的内部

你可能感兴趣的:(sh)