标签: c# graphics
我试过这段代码:
Bitmap newBmp = QuadDistort.Distort(source, topLeft, topRight, bottomLeft, bottomRight);
QuadDistort在当前上下文中不存在。这个对象在哪个类中?是否有更好的方法来扭曲图像?
答案 0 :(得分:0)
我相信你指的是: http://code.google.com/p/ebrsoftmbplugins/source/browse/CoverArt/Code/3D/QuadDistort.cs?r=3f47a728b6e7bdf7a0e796f4f57c0d9c52219aff
您只需将此类(或dll)添加到项目中即可。