次の方法で共有


ImageAttributes.SetOutputChannelColorProfile メソッド

出力チャネルのカラー プロファイル ファイルを設定します。

オーバーロードの一覧

既定のカテゴリの出力チャネルのカラー プロファイル ファイルを設定します。

[Visual Basic] Overloads Public Sub SetOutputChannelColorProfile(String)

[C#] public void SetOutputChannelColorProfile(string);

[C++] public: void SetOutputChannelColorProfile(String*);

[JScript] public function SetOutputChannelColorProfile(String);

指定したカテゴリの出力チャネルのカラー プロファイル ファイルを設定します。

[Visual Basic] Overloads Public Sub SetOutputChannelColorProfile(String, ColorAdjustType)

[C#] public void SetOutputChannelColorProfile(string, ColorAdjustType);

[C++] public: void SetOutputChannelColorProfile(String*, ColorAdjustType);

[JScript] public function SetOutputChannelColorProfile(String, ColorAdjustType);

参照

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