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

适用于

另请参阅