Share via


SCScreenshotManager.CaptureImageAsync Method

Definition

Overloads

CaptureImageAsync(CGRect)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<CoreGraphics.CGImage> CaptureImageAsync(CoreGraphics.CGRect rect);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CaptureImageAsync : CoreGraphics.CGRect -> System.Threading.Tasks.Task<CoreGraphics.CGImage>

Parameters

rect
CGRect

Returns

Attributes

Applies to

CaptureImageAsync(SCContentFilter, SCStreamConfiguration)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<CoreGraphics.CGImage> CaptureImageAsync(ScreenCaptureKit.SCContentFilter contentFilter, ScreenCaptureKit.SCStreamConfiguration config);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CaptureImageAsync : ScreenCaptureKit.SCContentFilter * ScreenCaptureKit.SCStreamConfiguration -> System.Threading.Tasks.Task<CoreGraphics.CGImage>

Parameters

contentFilter
SCContentFilter

Returns

Attributes

Applies to