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