override func draw(_ rect: CGRect) { let path = UIBezierPath() // 起点
path.move(to: CGPoint(x: , y: )) // 完善曲线:两个控制点
// path.addCurve(to: <#T##CGPoint#>, controlPoint1: <#T##CGPoint#>, controlPoint2: <#T##CGPoint#>) // 完善曲线:一个控制点
path.addQuadCurve(to: CGPoint(x:,y:), controlPoint: CGPoint(x: , y: )) // 描边渲染
path.stroke()
}
相关文章
- 01-17AChartEngine实现Android实时时间变化曲线
- 01-17matlab函数:c2d离散化函数(待完善)
- 01-17Qt-QCustomplot画静态、动态曲线教程图解
- 01-17QCustomPlot基础教程(三)——在Qt中绘制多条曲线(拓展)
- 01-17HashMap,HashTable,CurrentHashMap的区别(补充待完善)
- 01-17matlab数据转换为字符串并合并字符串标注到图像曲线上
- 01-17学习曲线
- 01-17⑦SpringCloud 实战:引入Sleuth组件,完善服务链路跟踪
- 01-17ggsurvplot_combine R语言 一张图内画多条生存曲线
- 01-17actuator微服务信息完善