Dsl (Digital Simulation Library) for .Net
描画される線に対するアンチエイリアス処理の有無を指定します。 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);
}

Property Value

タイプ: Boolean

参照