Circle

class Circle(val radius: Int = 50, val center: Pair<Int, Int> = 50 to 50) : Shape(source)

Constructors

Link copied to clipboard
constructor(radius: Int = 50, center: Pair<Int, Int> = 50 to 50)

Properties

Link copied to clipboard
Link copied to clipboard
open override val path: Path?
Link copied to clipboard
val radius: Int = 50