LANCommander/LANCommander.Server/Snippets/Functions/Convert-AspectRatio.ps1

2 lines
143 B
PowerShell
Raw Permalink Normal View History

2023-11-17 00:46:05 -06:00
# Bounds accessible via $Resolution.Height, $Resolution.Width
$Resolution = Convert-AspectRatio -Width 1280 -Height 800 -AspectRatio (4 / 3)