次の方法で共有


RegionOfInterest.AutoExposureEnabled プロパティ

定義

自動公開が有効かどうかを示す値を取得または設定します。

public:
 property bool AutoExposureEnabled { bool get(); void set(bool value); };
bool AutoExposureEnabled();

void AutoExposureEnabled(bool value);
public bool AutoExposureEnabled { get; set; }
var boolean = regionOfInterest.autoExposureEnabled;
regionOfInterest.autoExposureEnabled = boolean;
Public Property AutoExposureEnabled As Boolean

プロパティ値

Boolean

bool

自動露出が有効な場合は true。それ以外の場合は false

適用対象