バージョン

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

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

パラメータ

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

オンラインで表示: GitHub