fill circle

  1. G

    Android Question Fill circle based on slider value

    I am trying to get a water filling effect in a circle. For half filled (slider value =50), I can do this . However I am unable to figure out how to do that for any other slider value. : Dim bc,bc2 As BitmapCreator bc.Initialize(ImageView1.Width, ImageView1.Height)...
Top