TreeView for WinForms
CreateFont メソッド

C1.Win.6 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : CreateFont メソッド
シンタックス
'宣言
 
Public Shared Function CreateFont( _
   ByVal nHeight As System.Integer, _
   ByVal nWidth As System.Integer, _
   ByVal nEscapement As System.Integer, _
   ByVal nOrientation As System.Integer, _
   ByVal fnWeight As System.Integer, _
   ByVal fdwItalic As System.Integer, _
   ByVal fdwUnderline As System.Integer, _
   ByVal fdwStrikeOut As System.Integer, _
   ByVal fdwCharSet As System.Integer, _
   ByVal fdwOutputPrecision As System.Integer, _
   ByVal fdwClipPrecision As System.Integer, _
   ByVal fdwQuality As System.Integer, _
   ByVal fdwPitchAndFamily As System.Integer, _
   ByVal lpszFace As System.String _
) As System.IntPtr
public static System.IntPtr CreateFont( 
   System.int nHeight,
   System.int nWidth,
   System.int nEscapement,
   System.int nOrientation,
   System.int fnWeight,
   System.int fdwItalic,
   System.int fdwUnderline,
   System.int fdwStrikeOut,
   System.int fdwCharSet,
   System.int fdwOutputPrecision,
   System.int fdwClipPrecision,
   System.int fdwQuality,
   System.int fdwPitchAndFamily,
   System.string lpszFace
)

パラメータ

nHeight
nWidth
nEscapement
nOrientation
fnWeight
fdwItalic
fdwUnderline
fdwStrikeOut
fdwCharSet
fdwOutputPrecision
fdwClipPrecision
fdwQuality
fdwPitchAndFamily
lpszFace
参照

Win32 クラス
Win32 メンバ