toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector.renderer
/
BufferedRenderer
/
RenderCommand
Render
Command
data
class
RenderCommand
(
val
state
:
Context2d.State
,
val
fill
:
Boolean
,
val
winding
:
Winding
?
)
Members
Constructors
Render
Command
Link copied to clipboard
constructor
(
state
:
Context2d.State
,
fill
:
Boolean
,
winding
:
Winding
?
)
Properties
fill
Link copied to clipboard
val
fill
:
Boolean
state
Link copied to clipboard
val
state
:
Context2d.State
stroke
Link copied to clipboard
val
stroke
:
Boolean
winding
Link copied to clipboard
val
winding
:
Winding
?