pub fn draw_circle(x: i32, y: i32, radius: i32, p: Pixel)
Expand description

Draws a circle located at (x, y) with radius.