Class ScreenshotUtil
Namespace: AeLa.EasyFeedback.Utility
Assembly: cs.temp.dll.dll
Syntax
public static class ScreenshotUtilMethods
CaptureScreenshot(ScreenshotMode, Boolean, 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 | |
| Boolean | resizeLargeScreenshots | |
| Action<Byte[]> | onCapturedCallback | |
| Action<String> | onErrorCallback | 
Returns
| Type | Description | 
|---|---|
| IEnumerator |