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

下载地址:

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

资源简介:

全局变形和局部变形,图形填充,PaintC#源代码Graphics myGraphics=e.Graphics; Rectangle myRectangle = new Rectangle(100, 100, 60, 60); GraphicsPath myGraphicsPath = new GraphicsPath(); myGraphicsPath.AddRectangle(myRectangle); SolidBrush mySolidBrush1=new SolidBrush(Color.Blue); myGraphics.FillPath(mySolidBrush1, myGraphicsPath); Matrix myPathMatrix = new Matrix(); myPathMatrix.Scale(2, 1); myPathMatrix.Rotate(30, MatrixOrder.Append); myGraphicsPath.Transform(myPathMatrix); SolidBrush mySolidBrush2=new SolidBrush(Color.Red); myGraphics.FillPath(mySolidBrush2, myGraphicsPath); myGraphics.DrawEllipse(Pens.Blue, 0, 0, 100, 50); myGraphics.ScaleTransform(1, 0.5f); myGraphics.TranslateTransform(50, 0, MatrixOrder.Append); myGraphics.RotateTransform(30, MatrixOrder.Append); myGraphics.DrawEllipse(Pens.Red, 0, 0, 100, 50);VisualStudio2008创建


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