Method SetOption_ScreenshotUseRawSize
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
SetOption_ScreenshotUseRawSize(IMaaOption<ControllerOption>?, bool)
Sets value to an option.
public static bool SetOption_ScreenshotUseRawSize(this IMaaOption<ControllerOption>? opt, bool value)Parameters
optIMaaOption<ControllerOption>?-
The option.
valuebool-
The value.
Returns
Exceptions
- ArgumentNullException
- NotSupportedException
-
The
optorvalueis not supported.