您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 全局变形和局部变形,图形填充,PaintC#源代码Graphics myGraphics=e.Graphics;

  2. 全局变形和局部变形,图形填充,PaintC#源代码Graphics myGraphics=e.Graphics; Rectangle myRectangle = new Rectangle(100, 100, 60, 60); GraphicsPath myGraphicsPath = new GraphicsPath(); myGraphicsPath.AddRectangle(myRectangle); SolidBrush mySolidBrush1=new SolidBrush(Col
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:33792
    • 提供者:dongfangyun
  1. 用C#编写图形美丽的眼睛,图形容器的应用,C#源代码// Draw an ellipse centered at (100,

  2. 用C#编写图形美丽的眼睛,图形容器的应用,C#源代码// Draw an ellipse centered at (100, 100). Graphics myGraphics=e.Graphics; Pen myBlackPen=new Pen(Color.Black); myGraphics.TranslateTransform(100, 100); myGraphics.DrawEllipse(myBlackPen, -40, -60, 80, 120); // Draw the eye
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:34816
    • 提供者:gouyue