(
&mut self,
_x1y1: PixelsXY,
_x2y2: PixelsXY,
_size: SizeInPixels,
)
| 512 | } |
| 513 | |
| 514 | fn move_pixels( |
| 515 | &mut self, |
| 516 | _x1y1: PixelsXY, |
| 517 | _x2y2: PixelsXY, |
| 518 | _size: SizeInPixels, |
| 519 | ) -> io::Result<()> { |
| 520 | unimplemented!(); |
| 521 | } |
| 522 | |
| 523 | fn write_text(&mut self, _xy: PixelsXY, _text: &str) -> io::Result<()> { |
| 524 | unimplemented!(); |