toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.ext.util
/
BitmapUtils
/
createScaledBitmap
create
Scaled
Bitmap
open
fun
createScaledBitmap
(
unscaledBitmap
:
Bitmap
,
dstWidth
:
Int
,
dstHeight
:
Int
,
scalingLogic
:
BitmapUtils.ScalingLogic
)
:
Bitmap