标签:cal span ons img ble poi div 长度 start
功能:画椭圆
函数原型:
1 void ellipse(InputOutputArray img, Point center, Size axes, 2 double angle, double startAngle, double endAngle, 3 const Scalar& color, int thickness = 1, 4 int lineType = LINE_8, int shift = 0);
img:图像
center:圆心坐标
axes:轴的长度
angle:偏转的角度
startAngle:圆弧起始角的角度
endAngle:圆弧终止角的角度
color:线条的颜色
thickness:线条的粗细程度
lineType:线条的类型
shift:圆心坐标点和轴的精度
标签:cal span ons img ble poi div 长度 start
原文地址:https://www.cnblogs.com/chen-cai/p/8868112.html