首页 > Windows开发 > 详细

C# 绘图

时间:2018-07-27 11:27:49      阅读:175      评论:0      收藏:0      [点我收藏+]
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 的内部)

C# 绘图

原文:https://www.cnblogs.com/XuPengLB/p/9376492.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!