Share via


CIContext_CIRenderDestination.StartTaskToClear Method

Definition

[Foundation.Export("startTaskToClear:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIRenderTask? StartTaskToClear(this CoreImage.CIContext This, CoreImage.CIRenderDestination destination, out Foundation.NSError? error);
[<Foundation.Export("startTaskToClear:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StartTaskToClear : CoreImage.CIContext * CoreImage.CIRenderDestination * NSError -> CoreImage.CIRenderTask

Parameters

This
CIContext

The instance on which this method operates.

destination
CIRenderDestination
error
NSError

To be added.

This parameter can be null.

Returns

Attributes

Applies to