旋转、反射和扭曲图像程序(C#源代码编写)Image image = new Bitmap("..\\..\\test.bmp");

时间:2012-01-28 04:12:20
【文件属性】:

文件名称:旋转、反射和扭曲图像程序(C#源代码编写)Image image = new Bitmap("..\\..\\test.bmp");

文件大小:56KB

文件格式:RAR

更新时间:2012-01-28 04:12:20

旋转、反射和扭曲图像程序(C#源代码编写)Image image = new Bitmap("..\\..\\test.bmp");

旋转、反射和扭曲图像程序(C#源代码编写)Image image = new Bitmap("..\\..\\test.bmp"); e.Graphics.DrawImage(image, 200, 200, 300, 300); Point[] destinationPoints = { new Point(0, 20), // destination for upper-left point of // original new Point(300, 50), // destination for upper-right point of // original new Point(30, 100)}; // destination for lower-left point of // original e.Graphics.DrawImage(image, destinationPoints); VisualStudio2008创建


【文件预览】:
NiuQu
----NiuQu()
--------bin()
--------Form1.Designer.cs(1KB)
--------TEST.BMP(23KB)
--------Program.cs(486B)
--------obj()
--------Form1.cs(1KB)
--------Form1.resx(6KB)
--------NiuQu.csproj(4KB)
--------Properties()
----NiuQu.suo(13KB)
----NiuQu.sln(905B)
----readme.txt(673B)

网友评论

  • 晕,下载下来就那几行代码。居然要7分,还不是我想要的
  • 不错,很能给人启发