다음을 통해 공유


AVCaptureDevice.VideoZoomFactor 속성

정의

비디오 캡처의 현재 확대/축소입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat VideoZoomFactor { [Foundation.Export("videoZoomFactor")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setVideoZoomFactor:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.VideoZoomFactor : nfloat with get, set

속성 값

값 1.0은 전체 프레임(완전히 축소됨)입니다.

특성

설명

이 값은 확대/축소 양에 대한 상호입니다. 예를 들어 값 2.0은 보기 필드의 절반을 포함하는 확대/축소를 나타냅니다.

적용 대상