Input for WinForms
MeasureSubstring(Graphics,Font,StringFormat,Rectangle,String,Int32,Int32) メソッド

C1.Win.8 アセンブリ > C1.Win.Drawing 名前空間 > StringRendererGDIPlus クラス > MeasureSubstring メソッド : MeasureSubstring(Graphics,Font,StringFormat,Rectangle,String,Int32,Int32) メソッド
デバイスコンテキスト。
テキストのフォント。
テキストのレイアウト情報。
テキストの範囲を表す System.Drawing.Rectangle
描画するテキスト。
部分文字列の開始位置。
部分文字列の長さ。
このテキストの一部を表示する範囲を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function MeasureSubstring( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal font As System.Drawing.Font, _
   ByVal stringFormat As System.Drawing.StringFormat, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal substringStartIndex As System.Integer, _
   ByVal substringLength As System.Integer _
) As System.Drawing.Rectangle()
public static System.Drawing.Rectangle[] MeasureSubstring( 
   System.Drawing.Graphics graphics,
   System.Drawing.Font font,
   System.Drawing.StringFormat stringFormat,
   System.Drawing.Rectangle bounds,
   System.string text,
   System.int substringStartIndex,
   System.int substringLength
)

パラメータ

graphics
デバイスコンテキスト。
font
テキストのフォント。
stringFormat
テキストのレイアウト情報。
bounds
テキストの範囲を表す System.Drawing.Rectangle
text
描画するテキスト。
substringStartIndex
部分文字列の開始位置。
substringLength
部分文字列の長さ。
参照

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