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