zoukankan      html  css  js  c++  java
  • C# 绘图

    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 的内部)

    e.Graphics.DrawImage(在指定的位置使用原始物理大小绘制指定的 System.Drawing.Image)
  • 相关阅读:
    Jmeter学习总结
    WABAPI使用
    EF 学习笔记
    WCF学习笔记
    MVC学习笔记
    IIS使用问题
    CSS学习笔记
    Rotate Image
    Two Sum
    野指针及c++指针使用注意点
  • 原文地址:https://www.cnblogs.com/XuPengLB/p/9376492.html
Copyright © 2011-2022 走看看