Circle

constructor(    radius: Double = 16.0,     fill: Paint = Colors.WHITE,     stroke: Paint = Colors.WHITE,     strokeThickness: Double = 0.0,     autoScaling: Boolean = true,     renderer: GraphicsRenderer = GraphicsRenderer.GPU)