MESCIUS SPREAD for Windows Forms 15.0J
Font コンストラクタ(Font,FontStyle)

新しいFontを作成する元となる既存のFont。
新しいFontに適用するFontStyle。
指定した既存のFontFontStyle列挙体を使用して、Font構造体の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal fontStyle As FontStyle _
)
public Font( 
   Font prototype,
   FontStyle fontStyle
)

パラメータ

prototype
新しいFontを作成する元となる既存のFont。
fontStyle
新しいFontに適用するFontStyle。
参照

Font 構造体
Font メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.