Creates a font object that matches the properties specified by the LOGFONT structure.
シンタックス
'宣言
Public Function FromLogFont( _
ByVal As System.Object _
) As Font
public Font FromLogFont(
System.object
)
パラメータ
- logFont
- A structure containing a GDI-compatible font description.
戻り値の型
a reference to a newly created
Font.
参照