绘制面 最后更新时间: 2021年01月22日
绘制面
1)函数体:
+ (instancetype)polygonWithPoints:(OIMPoint *)points count:(NSUInteger)count;
2)参数说明:
参数 | 类型 | 说明 |
---|---|---|
points | OIMPoint* | 线的点数据 |
count | int | 点的数量 |
3)返回值:
类型 | 说明 |
---|---|
OIMPolygon* | 面对象 |
1)函数体:
+ (instancetype)polygonWithPoints:(OIMPoint *)points count:(NSUInteger)count;
2)参数说明:
参数 | 类型 | 说明 |
---|---|---|
points | OIMPoint* | 线的点数据 |
count | int | 点的数量 |
3)返回值:
类型 | 说明 |
---|---|
OIMPolygon* | 面对象 |