次の方法で共有


RegionOfInterest.AutoWhiteBalanceEnabled プロパティ

定義

自動ホワイト バランスが有効かどうかを示す値を取得または設定します。

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

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

プロパティ値

Boolean

bool

自動ホワイト バランスの場合は true。それ以外の場合は false

適用対象