摘要:
算是一个比较实用的东西喽,直接上函数。。:) 1 public static Bitmap createReflectionImage(Bitmap bitmap) { 2 3 int width = bitmap.getWidth(); 4 int height = bitmap.getHeight(); 5 6 Matrix matrix = new Matrix(); 7 matrix.preScale(1, -1); 8 9 Bitmap reflectionImage = Bitmap.create... 阅读全文
posted @ 2012-04-16 00:17
蓝色恋枫
阅读(384)
评论(0)
推荐(0)
浙公网安备 33010602011771号