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