バージョン

PaintText メソッド

指定されたテキストをグラフィックオブジェクトに描出します。
シンタックス
'宣言
 
Public Sub PaintText( _
   ByVal g As Graphics, _
   ByVal s As String, _
   ByVal style As LabelStyle, _
   ByVal layoutRectangle As Rectangle _
) 
public void PaintText( 
   Graphics g,
   string s,
   LabelStyle style,
   Rectangle layoutRectangle
)

パラメータ

g
描出先のグラフィックオブジェクト。
s
描出するテキスト文字列。
style
描出するラベルの表示スタイルに関連する設定を含むLabelStyleオブジェクト。
layoutRectangle
ラベルの描出先の長方形。
参照