Share via


CIWarpKernel.ApplyWithExtent Method

Definition

[Foundation.Export("applyWithExtent:roiCallback:inputImage:arguments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage? ApplyWithExtent(CoreGraphics.CGRect extent, CoreImage.CIKernelRoiCallback callback, CoreImage.CIImage image, Foundation.NSObject[]? args);
[<Foundation.Export("applyWithExtent:roiCallback:inputImage:arguments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.ApplyWithExtent : CoreGraphics.CGRect * CoreImage.CIKernelRoiCallback * CoreImage.CIImage * Foundation.NSObject[] -> CoreImage.CIImage

Parameters

extent
CGRect
image
CIImage
args
NSObject[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to