Share via


CIImageProcessorKernel.GetRegionOfInterest Method

Definition

Developers can override this method to return the region of interest for a specific ICIImageProcessorInput.

[Foundation.Export("roiForInput:arguments:outputRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGRect GetRegionOfInterest(int input, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? arguments, CoreGraphics.CGRect outputRect);
[<Foundation.Export("roiForInput:arguments:outputRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRegionOfInterest : int * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

arguments
NSDictionary<NSString,NSObject>

The arguments passed to the processing function.

This parameter can be null.

outputRect
CGRect

Returns

Attributes

Applies to