Class ScreenshotUtil
Inheritance
object
ScreenshotUtil
Namespace: AeLa.EasyFeedback.Utility
Assembly: cs.temp.dll.dll
Syntax
public static class ScreenshotUtil
Methods
CaptureScreenshot(ScreenshotMode, bool, Action<byte[]>, Action<string>)
Declaration
public static IEnumerator CaptureScreenshot(ScreenshotMode mode, bool resizeLargeScreenshots, Action<byte[]> onCapturedCallback, Action<string> onErrorCallback)
Parameters
| Type | Name | Description |
|---|---|---|
| ScreenshotMode | mode | |
| bool | resizeLargeScreenshots | |
| Action<><byte[]> | onCapturedCallback | |
| Action<><string> | onErrorCallback |
Returns
| Type | Description |
|---|---|
| IEnumerator |