LANCommander/LANCommander.Server/Snippets/Functions/Convert-AspectRatio.ps1
2024-08-04 18:44:33 -05: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)