Delegate WebView.ScreenshotAcquiredCallback

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

The callback function that is invoked when screen shot is acquired asynchronously.

C#
Copy
public delegate void ScreenshotAcquiredCallback(ImageView image);

Extension Methods