toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.graphics
/
BmpUtils
/
getBitmapWidthHeight
get
Bitmap
Width
Height
@
JvmStatic
inline
fun
getBitmapWidthHeight
(
decoder
:
(
BitmapFactory.Options
)
->
Unit
)
:
Pair
<
Int
,
Int
>
Get bitmap width and height.
Since
0.5.2
Parameters
decoder
Decode a bitmap with option.