toggle menu
stripe-android
androidJvm
switch theme
search in API
camera-core
/
com.stripe.android.camera.framework.image
/
scale
scale
@
CheckResult
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
Bitmap
.
scale
(
percentage
:
Float
,
filter
:
Boolean
=
false
)
:
Bitmap
Scale a
Bitmap
by a given
percentage
.
@
CheckResult
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
Bitmap
.
scale
(
size
:
Size
,
filter
:
Boolean
=
false
)
:
Bitmap