Skip to main content

Roi

Type Alias Roi 

Source
pub type Roi = (i32, i32, i32, i32);
Expand description

Region of interest: (x, y, width, height). Use [0, 0, 0, 0] for full screen.