KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
android
Target filter
android
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-native-renderer
/
io.github.yuroyami.kitepdf.nativerenderer
/
AndroidNativeCanvas
/
applySoftMask
apply
Soft
Mask
android
open
override
fun
applySoftMask
(
kind
:
SoftMask.Kind
,
maskBBox
:
Rectangle
,
maskCtm
:
Matrix
,
render
:
(
)
->
Unit
,
renderMask
:
(
KiteCanvas
)
->
Unit
)