PDF for WPF and Silverlight
DrawString(String,Font,Color,Point) メソッド

C1.Silverlight.Pdf.5 アセンブリ > C1.Silverlight.Pdf 名前空間 > C1PdfDocument クラス > DrawString メソッド : DrawString(String,Font,Color,Point) メソッド
描画するテキスト。
描画テキストの外観とサイズを定義する Fontオブジェクト。
描画テキストの色を定義するオブジェクト。
描画テキストの位置をページの左上隅からのポイント数で指定するポイント構造体。
指定されたテキスト文字列を指定されたポイントに、指定された System.Windows.Media.Brushオブジェクトと Fontオブジェクトで描画します。
シンタックス
'宣言
 
Public Overloads Function DrawString( _
   ByVal text As System.String, _
   ByVal font As Font, _
   ByVal brush As System.Windows.Media.Color, _
   ByVal pt As System.Windows.Point _
) As System.Integer
public System.int DrawString( 
   System.string text,
   Font font,
   System.Windows.Media.Color brush,
   System.Windows.Point pt
)

パラメータ

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

戻り値の型

指定された四角形に収まらないために出力されなかった最初の文字のインデックス。
参照

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