ActiveReports for .NET 18.0J
DrawString(Graphics,String,Font,Brush,Rectangle,StringFormat) メソッド

GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI 名前空間 > IControlRendering インターフェース > DrawString メソッド : DrawString(Graphics,String,Font,Brush,Rectangle,StringFormat) メソッド
ペイントに使用する必要のあるグラフィック。
描画する文字列。
文字列のテキスト書式を定義するフォント。
描画されたテキストの色とテクスチャを決定するブラシ。
描画されたテキストの場所を指定するRectangleF構造。
文字列描画されたテキストに適用される、行間や配置などの書式設定属性を指定する書式。文字列描画されたテキストに適用される、行間や配置などの書式設定属性を指定する書式。
コントロールのテキストを一貫して描画するために使用されます。 System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)またはSystem.Windows.Forms.Control.Paintから呼び出されることを目的としています。
シンタックス
'宣言
 
Overloads Sub DrawString( _
   ByVal graphics As Graphics, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal textBrush As Brush, _
   ByVal bounds As Rectangle, _
   ByVal stringFormat As StringFormat _
) 

パラメータ

graphics
ペイントに使用する必要のあるグラフィック。
text
描画する文字列。
font
文字列のテキスト書式を定義するフォント。
textBrush
描画されたテキストの色とテクスチャを決定するブラシ。
bounds
描画されたテキストの場所を指定するRectangleF構造。
stringFormat
文字列描画されたテキストに適用される、行間や配置などの書式設定属性を指定する書式。文字列描画されたテキストに適用される、行間や配置などの書式設定属性を指定する書式。
参照

IControlRendering インターフェース
IControlRendering メンバ
オーバーロード一覧