KitePDF
Toggle table of contents
0.6.1
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
:
Matrix
,
color
:
RgbColor
,
lineWidth
:
Double
,
alpha
:
Double
=
1.0
,
blendMode
:
BlendMode
=
BlendMode.Normal
,
lineCap
:
Int
=
0
,
lineJoin
:
Int
=
0
,
miterLimit
:
Double
=
10.0
)