次の方法で共有


Graphics.TextContrast プロパティ

レンダリング テキストのガンマ補正値を取得または設定します。

Public Property TextContrast As Integer
[C#]
public int TextContrast {get; set;}
[C++]
public: __property int get_TextContrast();public: __property void set_TextContrast(int);
[JScript]
public function get TextContrast() : int;public function set TextContrast(int);

プロパティ値

このプロパティは、アンチエイリアス処理されたテキストおよび ClearType テキストのレンダリングで使用するガンマ補正の値を指定します。

解説

ガンマ補正値は、0 ~ 12 の間に指定する必要があります。既定値は 4 です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

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