toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
Context2d
/
fillStroke
fill
Stroke
inline
fun
fillStroke
(
fill
:
Paint
?
,
stroke
:
Paint
?
,
strokeInfo
:
StrokeInfo
?
=
null
,
callback
:
(
)
->
Unit
=
{}
)
inline
fun
fillStroke
(
fill
:
Paint
?
,
stroke
:
Stroke
?
,
callback
:
(
)
->
Unit
=
{}
)
fun
fillStroke
(
)