摘要: public class DrawView extends View { public DrawView(Context context) { super(context); } @Override protected void onDraw(Canvas canvas) { super.onDraw(canvas); /* * 方法 说明 drawRect 绘制矩形 drawCircle 绘制圆形 drawOval 绘制椭圆 drawPath 绘制任意多边形 * drawLine 绘制直线 dr... 阅读全文
posted @ 2012-11-09 17:01 志强思密达 阅读(466) 评论(0) 推荐(0) 编辑