다음을 통해 공유


WKWebView.TakeSnapshot 메서드

정의

오버로드

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

현재 뷰포트의 스냅샷을 만들고 결과 이미지와 발생한 오류를 가져오는 처리기를 실행합니다.

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

매개 변수

snapshotConfiguration
WKSnapshotConfiguration
completionHandler
Action<NSImage,NSError>
특성

적용 대상

TakeSnapshot(WKSnapshotConfiguration, Action<UIImage,NSError>)

현재 뷰포트의 스냅샷을 만들고 결과 이미지와 발생한 오류를 가져오는 처리기를 실행합니다.

[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

매개 변수

snapshotConfiguration
WKSnapshotConfiguration

사용할 스냅샷 구성입니다.

이 매개 변수는 null일 수 있습니다.

completionHandler
Action<UIImage,NSError>

이미지(또는 null 오류가 발생한 경우) 및 오류를 수신하는 완료 처리기입니다(또는 null 오류가 발생하지 않은 경우).

특성

적용 대상