次の方法で共有


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 は、表示フィールドの半分を含むズームを示します。

適用対象