KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
apple
Target filter
apple
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-native-renderer
/
io.github.yuroyami.kitepdf.nativerenderer
/
CoreGraphicsCanvas
/
strokePath
stroke
Path
apple
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
)