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

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > C1PdfDocument クラス > DrawString メソッド : DrawString(String,Font,Brush,RectangleF,Int32) メソッド
描画する文字列。
描画する文字列の外観とサイズを定義する System.Drawing.Fontオブジェクト。
描画する文字列の色を定義する System.Drawing.Brushオブジェクト。
描画する文字列の位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF構造体。
描画される最初の文字のインデックス。
指定された System.Drawing.StringFormatオブジェクトの書式設定属性を使用して、指定されたテキスト文字列を指定された四角形内に指定された System.Drawing.Brushオブジェクトと System.Drawing.Fontオブジェクトで描画します。
シンタックス
'宣言
 
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 _
) 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
)

パラメータ

text
描画する文字列。
font
描画する文字列の外観とサイズを定義する System.Drawing.Fontオブジェクト。
brush
描画する文字列の色を定義する System.Drawing.Brushオブジェクト。
rc
描画する文字列の位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF構造体。
firstChar
描画される最初の文字のインデックス。

戻り値の型

指定された四角形に収まらないために出力されなかった最初の文字のインデックス。または、文字列全体が描画された場合は int.MaxValue。
参照

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