GetWindowScaleDPI method
Get window scale DPI factor
Implementation
Vector2D GetWindowScaleDPI() => run(
() => _debugLabels.GetWindowScaleDPI(),
() => _flat.GetWindowScaleDPI(),
);
Get window scale DPI factor
Vector2D GetWindowScaleDPI() => run(
() => _debugLabels.GetWindowScaleDPI(),
() => _flat.GetWindowScaleDPI(),
);