摘要:
public static Bitmap RotateImage(Image image, int iw, int ih, float angle, out Point[] points) { if (image == null) throw new ArgumentNullException("image"); const double pi2 = Math.PI / 2.0; // Why can't C# allow these to be cons... 阅读全文
posted @ 2013-05-02 11:39
WHISHT
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号