次の方法で共有


RegionsOfInterestControl.AutoWhiteBalanceSupported プロパティ

定義

キャプチャ デバイスで自動ホワイト バランスがサポートされているかどうかを示す値を取得します。

public:
 property bool AutoWhiteBalanceSupported { bool get(); };
bool AutoWhiteBalanceSupported();
public bool AutoWhiteBalanceSupported { get; }
var boolean = regionsOfInterestControl.autoWhiteBalanceSupported;
Public ReadOnly Property AutoWhiteBalanceSupported As Boolean

プロパティ値

Boolean

bool

自動 ホワイト バランスがサポートされている場合は true。それ以外の場合は false

適用対象