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