Function endbasic_std::console::drawing::draw_rect
source ยท pub fn draw_rect<R>(
rasops: &mut R,
x1y1: PixelsXY,
size: SizeInPixels,
) -> Result<()>where
R: RasterOps,
Expand description
Draws a rectangle via rasops
starting at x1y1
with size
.