5,378 questions
thepaint.Color = Android.Graphics.Color.DarkOrange; thecanvas.DrawArc(0, 0, diameter, diameter, 0, 120, true, thepaint); thepaint.Color = Android.Graphics.Color.Indigo; thecanvas.DrawArc(0, 0, diameter, diameter, 120, 120, true, thepaint); thepaint.Color = Android.Graphics.Color.DarkCyan; thecanvas.DrawArc(0, 0, diameter, diameter,240, 120, true, thepaint); thepaint.SetStyle(Paint.Style.Fill); thepaint.Color = Android.Graphics.Color.Transparent; thecanvas.DrawCircle(diameter / 2, diameter / 2, diameter / 4, thepaint);