バージョン

Font コンストラクタ(String,Single,Stream)

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

パラメータ

name
フォントの名前。
size
ポイント単位でのフォント サイズ。
stream
フォント データ。
参照