CIImage.GetRegionOfInterest(CIImage, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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