GrapeCity PlusPak for Windows Forms 10.0J
DrawText(Graphics,Rectangle,Rectangle,String,Font,Color) メソッド

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
System.Drawing.Rectangleの値は塗りつぶすクリッピング矩形を示します。
stringは描画する内容を示します。
System.Drawing.Fontの値はフォントを示します。
テキストの色を表すSystem.Drawing.Color
キャプションおよびイメージを描画します。
シンタックス
Protected Overloads Sub DrawText( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal clipTextRectangle As Rectangle, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal color As Color _
) 

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
rectangle
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
clipTextRectangle
System.Drawing.Rectangleの値は塗りつぶすクリッピング矩形を示します。
text
stringは描画する内容を示します。
font
System.Drawing.Fontの値はフォントを示します。
color
テキストの色を表すSystem.Drawing.Color
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.