pub type PixelScale = [f32; 2];
Expand description

The ratio from physical pixels (of a display) to logical pixels (of the coordinate system of a view).

  • The values are placed in (x, y) order.