pub fn draw_rect<R>( rasops: &mut R, x1y1: PixelsXY, size: SizeInPixels, ) -> Result<()>where R: RasterOps,
Draws a rectangle via rasops starting at x1y1 with size.
rasops
x1y1
size