sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.graphics
/
scaleMatrix
scale
Matrix
fun
scaleMatrix
(
sx
:
Float
=
1.0f
,
sy
:
Float
=
1.0f
)
:
Matrix
(
source
)
Creates a scale matrix with the scale factor
sx
and
sy
respectively on the
x
and
y
axis.