资源大小: 34KB
发布时间: 2008-12-31
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

用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创建


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。