在.NET Compact Framework中使用C#快速旋转图像 [英] Fast method to rotate image in .NET Compact Framework in C#

查看:198
本文介绍了在.NET Compact Framework中使用C#快速旋转图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经找到了90,180,270旋转的方法,但希望能够以相似的速度自由旋转图像。

Is there a fast way to rotate images in .NET Compact Framework.

推荐答案

90度,180度或270度旋转根本不需要计算,只移动一些数据。另一方面,自由角度旋转需要大量计算。所以这绝对不会像直角旋转一样快......

90-, 180- or 270-degrees rotations require no calculation at all, only moving some data. On the other hand, free-angle rotations require heavy calculations. So this will never ba as fast as right-angle rotations...

这篇关于在.NET Compact Framework中使用C#快速旋转图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆