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

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス > DrawString メソッド : DrawString(String,Font,Brush,RectangleF) メソッド
描画する文字列
描画テキストの外観とサイズを定義する System.Drawing.Font オブジェクト。
描画テキストの色を定義するオブジェクト。
描画テキストの位置をページの左上隅からのポイント数で指定する四角形構造体。
指定されたテキスト文字列を指定された四角形に指定された 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 _
) As System.Integer
public System.int DrawString( 
   System.string text,
   System.Drawing.Font font,
   System.Drawing.Brush brush,
   System.Drawing.RectangleF rc
)

パラメータ

text
描画する文字列
font
描画テキストの外観とサイズを定義する System.Drawing.Font オブジェクト。
brush
描画テキストの色を定義するオブジェクト。
rc
描画テキストの位置をページの左上隅からのポイント数で指定する四角形構造体。

戻り値の型

指定された四角形に収まらないために出力されなかった最初の文字のインデックス。
解説
このオーバーロードは、指定された四角形の左上隅に揃えて水平方向に文字列をレンダリングし、 必要に応じて四角形内でテキストを折り返し、切り詰めは行いません。 これらのデフォルト設定を変更するには、オーバーロードメソッドを使用して System.Drawing.StringFormat パラメータを指定します。
参照

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