DioDocs for PDF
DrawString(String,Font,Single,Color,PointF) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawString メソッド : DrawString(String,Font,Single,Color,PointF) メソッド
The string to draw.
The font.
The font size.
The text color.
The location to draw at.
Draws a string using a specified attributes at a specified location.
シンタックス
'宣言
 
Public Overloads Sub DrawString( _
   ByVal text As System.String, _
   ByVal font As Font, _
   ByVal fontSize As System.Single, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal location As System.Drawing.PointF _
) 
public void DrawString( 
   System.string text,
   Font font,
   System.float fontSize,
   System.Drawing.Color foreColor,
   System.Drawing.PointF location
)

パラメータ

text
The string to draw.
font
The font.
fontSize
The font size.
foreColor
The text color.
location
The location to draw at.
参照

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