CIKernel.ApplyWithExtent(CGRect, CIKernelRoiCallback, NSObject[]) Method

Definition

[Foundation.Export("applyWithExtent:roiCallback:arguments:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreImage.CIImage ApplyWithExtent (CoreGraphics.CGRect extent, CoreImage.CIKernelRoiCallback callback, Foundation.NSObject[] args);
abstract member ApplyWithExtent : CoreGraphics.CGRect * CoreImage.CIKernelRoiCallback * Foundation.NSObject[] -> CoreImage.CIImage
override this.ApplyWithExtent : CoreGraphics.CGRect * CoreImage.CIKernelRoiCallback * Foundation.NSObject[] -> CoreImage.CIImage

Parameters

extent
CGRect
args
NSObject[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to