tags:

views:

30

answers:

1

Anybody please help me with some hints to draw a spot(small filled circle) on a bitmap image.

A: 

Just create a new Canvas on your Bitmap, create a new Paint object and call drawCircle(float cx, float cy, float radius, Paint paint) on your canvas using the defined paint variable.

mreichelt
can i draw the circle without using canvas??
asifkt
hey i got it. thanks
asifkt