Condividi tramite


WKWebView.TakeSnapshot Metodo

Definizione

Overload

TakeSnapshot(WKSnapshotConfiguration, Action<NSImage,NSError>)
TakeSnapshot(WKSnapshotConfiguration, Action<UIImage,NSError>)

Acquisisce uno snapshot del riquadro di visualizzazione corrente ed esegue un gestore che accetta l'immagine risultante e qualsiasi errore rilevato.

TakeSnapshot(WKSnapshotConfiguration, Action<NSImage,NSError>)

[Foundation.Export("takeSnapshotWithConfiguration:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void TakeSnapshot (WebKit.WKSnapshotConfiguration snapshotConfiguration, Action<AppKit.NSImage,Foundation.NSError> completionHandler);
abstract member TakeSnapshot : WebKit.WKSnapshotConfiguration * Action<AppKit.NSImage, Foundation.NSError> -> unit
override this.TakeSnapshot : WebKit.WKSnapshotConfiguration * Action<AppKit.NSImage, Foundation.NSError> -> unit

Parametri

snapshotConfiguration
WKSnapshotConfiguration
completionHandler
Action<NSImage,NSError>
Attributi

Si applica a

TakeSnapshot(WKSnapshotConfiguration, Action<UIImage,NSError>)

Acquisisce uno snapshot del riquadro di visualizzazione corrente ed esegue un gestore che accetta l'immagine risultante e qualsiasi errore rilevato.

[Foundation.Export("takeSnapshotWithConfiguration:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void TakeSnapshot (WebKit.WKSnapshotConfiguration snapshotConfiguration, Action<UIKit.UIImage,Foundation.NSError> completionHandler);
abstract member TakeSnapshot : WebKit.WKSnapshotConfiguration * Action<UIKit.UIImage, Foundation.NSError> -> unit
override this.TakeSnapshot : WebKit.WKSnapshotConfiguration * Action<UIKit.UIImage, Foundation.NSError> -> unit

Parametri

snapshotConfiguration
WKSnapshotConfiguration

Configurazione dello snapshot da usare.

Questo parametro può essere null.

completionHandler
Action<UIImage,NSError>

Gestore di completamento che riceve l'immagine (o null se si è verificato un errore) e l'errore (o null se non si è verificato alcun errore).

Attributi

Si applica a