标签:绘图 指定位置 rap sys phi 坐标 矩形 wing str
e.Graphics.DrawLine (绘制一条连接由坐标对指定的两个点的线条)
e.Graphics.DrawString (绘制指定位置的文本字符串)
e.Graphics.DrawRectangle (绘制由 System.Drawing.Rectangle 结构指定的矩形(通常为边框))
e.Graphics.FillRectangle (填充 System.Drawing.Rectangle 结构指定的矩形的内部)
e.Graphics.DrawPath(绘制 System.Drawing.Drawing2D.GraphicsPath(通常为边框))
e.Graphics.FillPath(填充 System.Drawing.Drawing2D.GraphicsPath 的内部)
标签:绘图 指定位置 rap sys phi 坐标 矩形 wing str
原文地址:https://www.cnblogs.com/XuPengLB/p/9376492.html