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

GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI 名前空間 > IControlRendering インターフェース > DrawString メソッド : DrawString(Graphics,String,Font,Brush,Rectangle) メソッド
ペイントに使用する必要のあるグラフィック。
描画する文字列。
文字列のテキスト書式を定義するフォント。
描画されたテキストの色とテクスチャを決定するブラシ。
描画されたテキストの場所を指定する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 _
) 

パラメータ

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

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