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