Skip to content
Soumya Kanti Kar edited this page Apr 4, 2018 · 2 revisions

Allows to draw shapes on the bitmap. Shares are predefined and also provides the option to draw custom shapes using path information.

drawCircle(bitBeautyBitmap: BitBeautyBitmap, @ColorInt colorInt: Int, radius: Float, center: Point)
Draws a circle on the bitmap of the provided color on the location of the defined radius.

drawOval(bitBeautyBitmap: BitBeautyBitmap, @ColorInt colorInt: Int, rect: RectF)
Draws an oval on the bitmap of the provided color on the location of the defined rect.

Clone this wiki locally