共用方式為


VideoDeviceController.Focus 屬性

定義

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

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

屬性值

MediaDeviceControl物件,提供取得和設定焦點的方法。

備註

焦點是以公釐指定。

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

適用於

另請參閱