Skip to main content

draw_rect

Function draw_rect 

Source
pub fn draw_rect(
    x: usize,
    y: usize,
    width: usize,
    height: usize,
    color: RgbColor,
)
Expand description

Performs the draw rect operation.