DioDocs for PDF
DrawString(String,TextFormat,PointF) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawString メソッド : DrawString(String,TextFormat,PointF) メソッド
The string to draw.
The text format to use.
The location to draw at.
Draws a string using a specified GrapeCity.Documents.Text.TextFormat at a specified location.
シンタックス
'宣言
 
Public Overloads Sub DrawString( _
   ByVal text As System.String, _
   ByVal textFormat As TextFormat, _
   ByVal location As System.Drawing.PointF _
) 
public void DrawString( 
   System.string text,
   TextFormat textFormat,
   System.Drawing.PointF location
)

パラメータ

text
The string to draw.
textFormat
The text format to use.
location
The location to draw at.
参照

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