GetWindowScaleDPI method

Vector2D GetWindowScaleDPI()

Get window scale DPI factor

Implementation

Vector2D GetWindowScaleDPI() => run(
  () => _debugLabels.GetWindowScaleDPI(),
  () => _flat.GetWindowScaleDPI(),
);