(&mut self, center: PixelsXY, radius: u16)
| 515 | } |
| 516 | |
| 517 | fn draw_circle(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> { |
| 518 | draw_circle(self, center, radius) |
| 519 | } |
| 520 | |
| 521 | fn draw_circle_filled(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> { |
| 522 | draw_circle_filled(self, center, radius) |