pixels_graphics_lib

Macro bounds

source
macro_rules! bounds {
    ($top_left:expr, $bottom_right:expr) => { ... };
    ($top_left:expr, $width: expr, $height: expr) => { ... };
}