Type Definition graphics::types::Rectangle [] [src]

type Rectangle<T = Scalar> = [T; 4];

Rectangle dimensions: [x, y, w, h]