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
/
PolygonF
Polygon
F
class
PolygonF
(
val
points
:
Pair
<
Float
,
Float
>
)
:
Shape
(
source
)
Members
Constructors
Polygon
F
Link copied to clipboard
constructor
(
vararg
points
:
Pair
<
Float
,
Float
>
)
Properties
path
Link copied to clipboard
open
override
val
path
:
Path
points
Link copied to clipboard
val
points
:
Array
<
out
Pair
<
Float
,
Float
>
>