DFCircle constructor

DFCircle(
  1. DFPosition center,
  2. double radius
)

创建圆形

Implementation

DFCircle(this.center, this.radius);