PowerTools PlusPak for Windows Forms 8.0J
GetLines メソッド

stringはテキストを示します。
int値はテキストのラップ幅を示します。
System.Drawing.Fontオブジェクトはキャプションのフォントを示します。
テキストのサイズを測定します。
構文
Protected Function GetLines( _
   ByVal text As String, _
   ByVal width As Integer, _
   ByVal font As Font _
) As String()
protected string[] GetLines( 
   string text,
   int width,
   Font font
)

パラメータ

text
stringはテキストを示します。
width
int値はテキストのラップ幅を示します。
font
System.Drawing.Fontオブジェクトはキャプションのフォントを示します。

戻り値の型

string配列は行を示します。
プラットフォーム

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

参照

TextRenderer クラス
TextRenderer メンバ

Send Feedback