Maps SDK for Android
Toggle table of contents
1.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Maps SDK for Android
Maps SDK for Android
/
com.magiclane.sdk.d3scene
/
IBitmap
/
Companion
/
produce
produce
fun
produce
(
buffer
:
ByteBuffer
,
format
:
EImagePixelFormat
,
width
:
Int
,
height
:
Int
)
:
IBitmap
?
Wraps a
ByteBuffer
into an
IBitmap
.
Parameters
buffer
Image buffer.
format
Pixel format.
width
Image's width.
height
Image's height.