バージョン

FontState コンストラクタ(String,Single,Color)

FontState クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal size As Single, _
   ByVal color As Color _
)
public FontState( 
   string name,
   float size,
   Color color
)

パラメータ

name
フォントの名前。
size
フォント サイズ。
color
フォントの色。
参照