随笔分类 - GDI+
摘要:1、蓝色 Dim Brush As Brush = New SolidBrush(Color.FromArgb(10, 87, 131, 221))
阅读全文
摘要:'右对齐 Dim al As New System.Drawing.StringFormat al.Alignment = StringAlignment.Far G.DrawString("测试文字", New Font("宋体", 12, FontStyle.Regular, GraphicsU
阅读全文
摘要:Dim dashValues As Single() = {1, 6} Dim pen1 As New Pen(Brushes.Red, 1) pen1.DashStyle = Drawing2D.DashStyle.Dot pen1.DashPattern = dashValue
阅读全文