Press on the image to return to the main documentation page.
JoeImgs
Written by Joe K
List of types:
JBitmaps
JBitmaps
Events:
None
Members:
getRoundedBitmap
(
bitmap
As
android
.
graphics
.
Bitmap
)
As
android
.
graphics
.
Bitmap
getScaledBitmap
(
Fname
As
String
,
mDstWidth
As
Int
,
mDstHeight
As
Int
)
As
android
.
graphics
.
Bitmap
MemUsage
As
Int
Rotation
As
Float
ScaleType
As
String
Members description:
getRoundedBitmap
(
bitmap
As
android
.
graphics
.
Bitmap
)
As
android
.
graphics
.
Bitmap
getScaledBitmap
(
Fname
As
String
,
mDstWidth
As
Int
,
mDstHeight
As
Int
)
As
android
.
graphics
.
Bitmap
Fname = The bitmap file name.
mDstWidth = The destination Width of the bitmap to be.
mdestHeight = The destination Height of the bitmap to be.
ScaleType : "Crop" or "Fit"
MemUsage
As
Int
Rotation
As
Float
ScaleType
As
String
Top