Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 293 Bytes

_RoundRectangle_.md

File metadata and controls

26 lines (14 loc) · 293 Bytes

RoundRectangle

在指定位置绘制圆角无填充矩形

RoundRectangle(rect, radius)

参数:

  • rect [table]:用以描述显示区域的矩形
  • radius [number]:圆角半径大小

返回值:

示例