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