UI_用CGContextRef画各种图形 - 简书
(context, 1, 0, 0, 1); CGMutablePathRef path = CGPathCreateMutable()...//路径结束标志 CGContextClosePath(context); //设置边框颜色 [[UIColor grayColo...
为tableView中的一组cell添加边框
f; cell.backgroundColor = UIColor.clearColor; CAShapeLayer *layer = [[CAShapeLayer alloc] init]; CGMutablePathRef pathRef = CGPathCreateMutable(); CGRect...
iOS 画线 绘制直线、矩形、三角形_Lord_新浪博客
CGMutablePathRef path = CGPathCreateMutable(); //指定矩形 CGRect rectangle ...//矩形边框颜色 [[UIColor brownColor] setStroke]; //边框宽度 CGContextSetLineW...
word中怎样把文字设置蓝色的边框_百度知道
选定文字,页面设置--版式--边框--页面边框,右边注意“应用于‘文字’”,中间选择线条和颜色(蓝色),确定 本回答被网友采纳 lxdcgcg | 发布于2011-04-09 16:...