AVCaptureOutput.GetMetadataOutputRectOfInterestForRect(CGRect) 메서드

정의

캡처 출력의 좌표계에 있는 사각형을 메타데이터에 사용되는 좌표계로 변환합니다.

[Foundation.Export("metadataOutputRectOfInterestForRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect GetMetadataOutputRectOfInterestForRect (CoreGraphics.CGRect rectInOutputCoordinates);
abstract member GetMetadataOutputRectOfInterestForRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.GetMetadataOutputRectOfInterestForRect : CoreGraphics.CGRect -> CoreGraphics.CGRect

매개 변수

rectInOutputCoordinates
CGRect

반환

특성

설명

메타데이터는 원점이 왼쪽 위에 있고 오른쪽 아래가 (1.0,1.0)인 좌표계를 사용합니다. 이 메서드는 해당 좌표계로 변환합니다 rectInOutputCoordinates .

적용 대상