Share via


CIImage.GetRegionOfInterest(CIImage, CGRect) Metodo

Definizione

Ottiene un rettangolo che descrive l'area in im, un'immagine nell'elenco di trasformazioni corrispondente a r in questo CIImageoggetto .

[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

Parametri

im
CIImage
r
CGRect

Restituisce

Attributi

Si applica a