次の方法で共有


ImageAttributes.ClearThreshold メソッド

しきい値を消去します。

オーバーロードの一覧

既定のカテゴリのしきい値を消去します。

[Visual Basic] Overloads Public Sub ClearThreshold()

[C#] public void ClearThreshold();

[C++] public: void ClearThreshold();

[JScript] public function ClearThreshold();

指定したカテゴリのしきい値を消去します。

[Visual Basic] Overloads Public Sub ClearThreshold(ColorAdjustType)

[C#] public void ClearThreshold(ColorAdjustType);

[C++] public: void ClearThreshold(ColorAdjustType);

[JScript] public function ClearThreshold(ColorAdjustType);

参照

ImageAttributes クラス | ImageAttributes メンバ | System.Drawing.Imaging 名前空間