.NET Compact Frameworkで、画像を高速に回転させるサンプル

が、The Code ProjectにUPされていましたので。内容はもちろん私は見てませんが(^^;、活用できるケースは結構あるのかも?

When I was writing an application for another article I ran into some problems when trying to rotate an image. The application I was writing was a .NET Compact Framework application and I realized that the method that I would use on the normal .NET Framework, Image.RotateFlip, is not implemented on the Compact Framework.
This article will describe how I implemented a image rotate method and the optimizations I had to come up with to get the performance I wanted.