次の方法で共有


AVCaptureMetadataOutput.RectOfInterest プロパティ

定義

ビジュアル メタデータの場合、場所ベースのメタデータを指定した四角形に制限します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect RectOfInterest { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("rectOfInterest", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setRectOfInterest:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RectOfInterest : CoreGraphics.CGRect with get, set

プロパティ値

メタデータの座標系は、左上の [0,0] から右下の [1.0,1.0] までの範囲です

属性

注釈

メタデータの座標系は、左上の [0,0] から右下の [1.0,1.0] までです。

適用対象

こちらもご覧ください

  • <xref:AVFoundation.AVCaptureOutput.GetMetadataOutputRectOfInterestForRect>
  • <xref:AVFoundation.AVCaptureOutput.GetRectForMetadataOutputRectOfInterest>