PowerTools PlusPak for Windows Forms 8.0J
FontInfo コンストラクタ(String,String)

FontInfoの作成に使用する特定のフォント名。
FontInfoの作成に使用する特定の説明。
指定した名前と説明を使用して、FontInfoクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal name As String, _
   ByVal description As String _
)
public FontInfo( 
   string name,
   string description
)

パラメータ

name
FontInfoの作成に使用する特定のフォント名。
description
FontInfoの作成に使用する特定の説明。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

FontInfo クラス
FontInfo メンバ
オーバーロード一覧

Send Feedback