kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-foundation
/
com.varabyte.kobweb.silk.theme.shapes
/
Circle
Circle
class
Circle
(
val
radius
:
Int
=
50
,
val
center
:
Pair
<
Int
,
Int
>
=
50 to 50
)
:
Shape
(
source
)
Members
Constructors
Circle
Link copied to clipboard
constructor
(
radius
:
Int
=
50
,
center
:
Pair
<
Int
,
Int
>
=
50 to 50
)
Properties
center
Link copied to clipboard
val
center
:
Pair
<
Int
,
Int
>
path
Link copied to clipboard
open
override
val
path
:
Path
?
radius
Link copied to clipboard
val
radius
:
Int
=
50