Dsl (Digital Simulation Library) for .Net
コンストラクター

名前空間: DslDialog
アッセンブリー: DslDialog (in DslDialog.dll)

構文

C#
public DslFont(
	Font font,
	Brush brush
)
Visual Basic
Public Sub New ( 
	font As Font,
	brush As Brush
)
Visual C++
public:
DslFont(
	Font^ font, 
	Brush^ brush
)

Parameters

font
タイプ: System.Drawing..::..Font
GDI+ フォント
brush
タイプ: System.Drawing..::..Brush
文字の色を塗るGDI+ ブラシ

参照