File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,21 @@ If not set, you will get an error if a source with the same name exists.
146146
147147
148148
149+ | Type | Required| Position| PipelineInput |
150+ | ----------| --------| --------| ---------------------|
151+ | ` [Switch] ` | false | named | true (ByPropertyName)|
152+
153+
154+
155+ #### ** FitToScreen**
156+
157+ If set, will make the input become the size of the screen.
158+
159+
160+
161+
162+
163+
149164| Type | Required| Position| PipelineInput |
150165| ----------| --------| --------| ---------------------|
151166| ` [Switch] ` | false | named | true (ByPropertyName)|
@@ -159,5 +174,5 @@ If not set, you will get an error if a source with the same name exists.
159174
160175### Syntax
161176``` PowerShell
162- Show-OBS [-FilePath] <String> [[-Name] <String>] [[-RootPath] <String>] [[-Scene] <String>] [[-Opacity] <Double>] [[-SourceParameter] <IDictionary>] [-Force] [<CommonParameters>]
177+ Show-OBS [-FilePath] <String> [[-Name] <String>] [[-RootPath] <String>] [[-Scene] <String>] [[-Opacity] <Double>] [[-SourceParameter] <IDictionary>] [-Force] [-FitToScreen] [ <CommonParameters>]
163178```
You can’t perform that action at this time.
0 commit comments