标签:两种 blog 通过 android c roi pre paint alias 方式
方式一:通过画笔配置:
paint.setAntiAlias(true);
方式二:通过画布配置:
canvas.setDrawFilter(new PaintFlagsDrawFilter(0, Paint.ANTI_ALIAS_FLAG|Paint.FILTER_BITMAP_FLAG));
标签:两种 blog 通过 android c roi pre paint alias 方式
原文地址:http://www.cnblogs.com/ltz1990/p/7722012.html