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


新しいFontを作成する元となる既存のFont。
新しいFontに適用するFontStyle。
指定した既存の<see cref="T:GrapeCity.Spreadsheet.Font" />と<see cref="T:GrapeCity.Spreadsheet.FontStyle" />列挙体を使用して、<see cref="T:GrapeCity.Spreadsheet.Font" />構造体の新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal fontStyle As FontStyle _
)
'使用法
 
Dim prototype As Font
Dim fontStyle As FontStyle
 
Dim instance As New Font(prototype, fontStyle)
public Font( 
   Font prototype,
   FontStyle fontStyle
)

パラメータ

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

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

 

 


Copyright © 2004 GrapeCity inc.