VideoDeviceController.Zoom 屬性

定義

取得 MediaDeviceControl 物件,可用來取得或設定相機的縮放設定。

public:
 property MediaDeviceControl ^ Zoom { MediaDeviceControl ^ get(); };
MediaDeviceControl Zoom();
public MediaDeviceControl Zoom { get; }
var mediaDeviceControl = videoDeviceController.zoom;
Public ReadOnly Property Zoom As MediaDeviceControl

屬性值

MediaDeviceControl物件,提供取得和設定縮放的方法。

備註

縮放是以公釐為單位指定。

如需取得或設定此值的詳細資訊,請參閱 MediaDeviceControl

適用於

另請參閱