バージョン

Font コンストラクタ(Font)

Font クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal font As Font _
)
public Font( 
   Font font
)

パラメータ

font
インスタンスを初期化するために使用される System.Drawing.Font
参照