KitePDF
Toggle table of contents
0.10.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.render
/
RecordingCanvas
/
Call
/
Stroke
/
Stroke
Stroke
constructor
(
path
:
KitePath
,
ctm
:
KiteMatrix
,
color
:
RgbColor
,
lineWidth
:
Double
,
alpha
:
Double
=
1.0
,
blendMode
:
KiteBlendMode
=
KiteBlendMode.Normal
,
lineCap
:
Int
=
0
,
lineJoin
:
Int
=
0
,
miterLimit
:
Double
=
10.0
,
dashArray
:
List
<
Double
>
?
=
null
,
dashPhase
:
Double
=
0.0
)