1. 首页
  2. 移动开发
  3. iOS
  4. DrawInRect

DrawInRect

上传者: 2019-05-13 22:17:55上传 M文件 9.95KB 热度 17次
涵盖几乎所有的绘图方式CGContextSetRGBStrokeColor(context,0.5,0.5,0.5,0.5);//线条颜色CGContextMoveToPoint(context,20,20);CGContextAddLineToPoint(context,200,20);CGContextStrokePath(context);
下载地址
用户评论