用C#编写图形美丽的眼睛,图形容器的应用,C#源代码// Draw an ellipse centered at (100,

时间:2012-01-21 07:47:05
【文件属性】:

文件名称:用C#编写图形美丽的眼睛,图形容器的应用,C#源代码// Draw an ellipse centered at (100,

文件大小:34KB

文件格式:RAR

更新时间:2012-01-21 07:47:05

用C#编写图形美丽的眼睛,图形容器的应用,C#源代码// Draw an ellipse centered

用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 at the center of the ellipse. DrawEye(myGraphics); // Draw an ellipse centered at 200, 100. myGraphics.TranslateTransform(100, 0, MatrixOrder.Append); myGraphics.DrawEllipse(myBlackPen, -40, -60, 80, 120); VisualStudio2008创建


【文件预览】:
eye
----新建 文本文档.txt(612B)
----eye.suo(12KB)
----eye()
--------bin()
--------Form1.Designer.cs(1KB)
--------Program.cs(484B)
--------obj()
--------Form1.cs(3KB)
--------Form1.resx(6KB)
--------eye.csproj(4KB)
--------Properties()
----eye.sln(899B)

网友评论