tzz 图像旋转
2022-12-22 14:05:08 最后更新
用法:
Bitmap a = i.sbp("%1.png");
int b = 90;
Bitmap c = i.tzz(a, b);

说明:
输入被旋转图像变量,输入旋转度数(逆向旋转数为负数),返回将赋值“c”图像变量。