SFSafariPage.GetScreenshotOfVisibleArea(Action<NSImage>) Method

Definition

[Foundation.Export("getScreenshotOfVisibleAreaWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetScreenshotOfVisibleArea(Action<AppKit.NSImage> completionHandler);
[<Foundation.Export("getScreenshotOfVisibleAreaWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetScreenshotOfVisibleArea : Action<AppKit.NSImage> -> unit
override this.GetScreenshotOfVisibleArea : Action<AppKit.NSImage> -> unit

Parameters

completionHandler
Action<NSImage>
Attributes

Applies to