KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-native-renderer
/
io.github.yuroyami.kitepdf.nativerenderer
/
AwtCanvas
/
strokePath
stroke
Path
jvm
open
override
fun
strokePath
(
path
:
KitePath
,
ctm
:
Matrix
,
color
:
RgbColor
,
lineWidth
:
Double
,
alpha
:
Double
,
blendMode
:
BlendMode
,
dashArray
:
List
<
Double
>
?
,
dashPhase
:
Double
,
lineCap
:
Int
,
lineJoin
:
Int
,
miterLimit
:
Double
)