to Round Corner
Return the round corner bitmap.
Return
the round corner bitmap
Parameters
src
The source of bitmap.
radius
The radius of corner.
open fun toRoundCorner(src: Bitmap, radius: Float, recycle: Boolean): Bitmap
Content copied to clipboard
Return the round corner bitmap.
Return
the round corner bitmap
Parameters
src
The source of bitmap.
radius
The radius of corner.
recycle
True to recycle the source of bitmap, false otherwise.
Return the round corner bitmap.
Return
the round corner bitmap
Parameters
src
The source of bitmap.
radius
The radius of corner.
borderSize
The size of border.
borderColor
The color of border.
Return the round corner bitmap.
Return
the round corner bitmap
Parameters
src
The source of bitmap.
radius
The radius of corner.
borderSize
The size of border.
borderColor
The color of border.
recycle
True to recycle the source of bitmap, false otherwise.