开发者

draw a spot in the bitmap image

开发者 https://www.devze.com 2023-01-19 11:55 出处:网络
Anybody please help me with some hints to draw a spot(small filled circle) on a bitmap im开发者_Python百科age.Just create a new Canvas on your Bitmap, create a new Paint object and call drawCircle(flo

Anybody please help me with some hints to draw a spot(small filled circle) on a bitmap im开发者_Python百科age.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消