PDF for .NET
DrawString(String,Font,Brush,RectangleF,Int32,StringFormat,Single) メソッド

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > C1PdfDocument クラス > DrawString メソッド : DrawString(String,Font,Brush,RectangleF,Int32,StringFormat,Single) メソッド
描画する文字列。
テキストの描画に使用する System.Drawing.Font
テキストの色を指定する System.Drawing.Brush
テキストの位置を指定する System.Drawing.RectangleF(ページの左上隅からのポイント数で指定)。
描画される最初の文字のインデックス。
テキストに適用される書式属性を指定する System.Drawing.StringFormatオブジェクト。
文字に適用される幅係数。デフォルトは 1.0、2倍幅を使用する場合は 2.0 を使用します(それ以上の場合も同様)。
指定されたテキスト文字列を、指定された矩形に、指定された System.Drawing.Brushオブジェクトと System.Drawing.Fontオブジェクトを用い、指定された System.Drawing.StringFormatオブジェクトの書式属性と 指定された文字幅係数で描画します。
シンタックス
'宣言
 
Public Overloads Function DrawString( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal brush As System.Drawing.Brush, _
   ByVal rc As System.Drawing.RectangleF, _
   ByVal firstChar As System.Integer, _
   ByVal sf As System.Drawing.StringFormat, _
   ByVal widthCoeff As System.Single _
) As System.Integer
public System.int DrawString( 
   System.string text,
   System.Drawing.Font font,
   System.Drawing.Brush brush,
   System.Drawing.RectangleF rc,
   System.int firstChar,
   System.Drawing.StringFormat sf,
   System.float widthCoeff
)

パラメータ

text
描画する文字列。
font
テキストの描画に使用する System.Drawing.Font
brush
テキストの色を指定する System.Drawing.Brush
rc
テキストの位置を指定する System.Drawing.RectangleF(ページの左上隅からのポイント数で指定)。
firstChar
描画される最初の文字のインデックス。
sf
テキストに適用される書式属性を指定する System.Drawing.StringFormatオブジェクト。
widthCoeff
文字に適用される幅係数。デフォルトは 1.0、2倍幅を使用する場合は 2.0 を使用します(それ以上の場合も同様)。

戻り値の型

指定された矩形に合わせられず表示されなかった最初の文字のインデックス。
参照

C1PdfDocument クラス
C1PdfDocument メンバ
オーバーロード一覧
DrawString(String,Font,Brush,RectangleF,Int32,StringFormat) メソッド