toggle menu
Scale
1.1.1-beta.3
common
switch theme
search in API
scale-sampling-decoder
/
com.jvziyaoyao.scale.image.sampling
/
RegionDecoder
Region
Decoder
interface
RegionDecoder
Inheritors
AndroidRegionDecoder
SkiaRegionDecoder
Members
Functions
decode
Region
Link copied to clipboard
abstract
suspend
fun
decodeRegion
(
inSampleSize
:
Int
,
rect
:
Rect
)
:
ImageBitmap
?
height
Link copied to clipboard
abstract
fun
height
(
)
:
Int
is
Recycled
Link copied to clipboard
abstract
fun
isRecycled
(
)
:
Boolean
recycle
Link copied to clipboard
abstract
fun
recycle
(
)
rotate
Link copied to clipboard
abstract
fun
rotate
(
imageBitmap
:
ImageBitmap
,
degree
:
Float
)
:
ImageBitmap
width
Link copied to clipboard
abstract
fun
width
(
)
:
Int