次の方法で共有


Graphics.TextRenderingHint プロパティ

この Graphics オブジェクトに関連付けられているテキストのレンダリング モードを取得または設定します。

Public Property TextRenderingHint As TextRenderingHint
[C#]
public TextRenderingHint TextRenderingHint {get; set;}
[C++]
public: __property TextRenderingHint get_TextRenderingHint();public: __property void set_TextRenderingHint(TextRenderingHint);
[JScript]
public function get TextRenderingHint() : TextRenderingHint;public function set TextRenderingHint(TextRenderingHint);

プロパティ値

このプロパティは、 TextRenderingHint 列挙体のメンバを指定します。

解説

テキストのレンダリング ヒントは、テキストをアンチエイリアス処理するかどうかを指定します。

必要条件

プラットフォーム: 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 名前空間