Type Definition graphics::types::Rectangle [−][src]
type Rectangle<T = Scalar> = [T; 4];
Rectangle dimensions: [x, y, w, h]
type Rectangle<T = Scalar> = [T; 4];
Rectangle dimensions: [x, y, w, h]
impl Rectangled for Rectangle
[src][+]