Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
描画される文字に対するアンチエイリアス処理の有無を指定します。
true ならアンチエイリアス処理有、fasleならアンチエイリアス処理無。
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public bool TextAntiAlias { get; set; } |
Visual Basic |
---|
Public Property TextAntiAlias As Boolean Get Set |
Visual C++ |
---|
public: property bool TextAntiAlias { bool get (); void set (bool value); } |