Exemplo n.º 1
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, UIKit.UIWindow window) =>
 screenshot.AsPlatform().CaptureAsync(window);
Exemplo n.º 2
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, Android.Views.View view) =>
 screenshot.AsPlatform().CaptureAsync(view);
Exemplo n.º 3
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, Android.App.Activity activity) =>
 screenshot.AsPlatform().CaptureAsync(activity);
Exemplo n.º 4
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, ElmSharp.EvasObject view) =>
 screenshot.AsPlatform().CaptureAsync(view);
Exemplo n.º 5
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, UI.Xaml.UIElement element) =>
 screenshot.AsPlatform().CaptureAsync(element);
Exemplo n.º 6
0
 public static Task <IScreenshotResult> CaptureAsync(this IScreenshot screenshot, UIKit.UIView view) =>
 screenshot.AsPlatform().CaptureAsync(view);