LANCommander/LANCommander/Snippets/Functions/Convert-AspectRatio.ps1
2023-11-17 00:46:05 -06:00

2 lines
No EOL
143 B
PowerShell

# Bounds accessible via $Resolution.Height, $Resolution.Width
$Resolution = Convert-AspectRatio -Width 1280 -Height 800 -AspectRatio (4 / 3)