sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.graphics
/
withSave
with
Save
inline
fun
Canvas
.
withSave
(
block
:
Canvas
.
(
)
->
Unit
)
(
source
)
Wrap the specified
block
in calls to
Canvas.save
and
Canvas.restoreToCount
.