[−][src]Type Definition graphics::types::Rectangle
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][+]