Android利用canvas画各种图形(点、直线、弧、圆、椭圆、文字、矩形、多边形、曲线、圆角矩形).doc

Android利用canvas画各种图形(点、直线、弧、圆、椭圆、文字、矩形、多边形、曲线、圆角矩形).doc

Android利用canvas画各种图形(点、直线、弧、圆、椭圆、文字、矩形、多边形、曲线、圆角矩形)

Android利用canvas画各种图形(点、直线、弧、圆、椭圆、文字、矩形、多边形、曲线、圆角矩形) 标签:?图形androidpathfloatclass 2012-01-20 20:02?151861人阅读?评论(64)?收藏?举报 ?分类: android(12)? 版权声明:本文为博主原创文章,未经博主允许不得转载。 目录(?)[+] 1、首先说一下canvas类: Class Overview The Canvas class holds the draw calls. To draw something, you need 4 basic components: A Bitmap to hold the pixels, a Canvas to host the draw calls (writing into the bitmap), a drawing primitive (e.g. Rect, Path, text, Bitmap), and a paint (to describe the colors and styles for the drawing).? 这个类相当于一个画布,你可以在里面画很多东西; 我们可以把这个Canvas理解成系统提供给我们的一块内存区域(但实际上它只是一套画图的API,真正的内存是下面的Bitmap),而且它还提供了一整套对这个

文档评论(0)

1亿VIP精品文档

相关文档