CIImage.GetRegionOfInterest(CIImage, CGRect) Method

Definition

Gets a rectangle that describes the region in im, an image in the transformation list, that corresponds to r in this CIImage.

[Foundation.Export("regionOfInterestForImage:inRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect GetRegionOfInterest (CoreImage.CIImage im, CoreGraphics.CGRect r);
abstract member GetRegionOfInterest : CoreImage.CIImage * CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.GetRegionOfInterest : CoreImage.CIImage * CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

im
CIImage
r
CGRect

Returns

Attributes

Applies to