2 lines
143 B
PowerShell
2 lines
143 B
PowerShell
|
|
# Bounds accessible via $Resolution.Height, $Resolution.Width
|
|||
|
|
$Resolution = Convert-AspectRatio -Width 1280 -Height 800 -AspectRatio (4 / 3)
|