GrapeCity PlusPak for Windows Forms 11.0J
OutputText メソッド

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は矩形を示します。
System.Drawing.Rectangleの値は塗りつぶすクリッピング矩形を示します。
stringは描画する内容を示します。
System.Drawing.Fontオブジェクトはキャプションのフォントを示します。
テキストの色を表すSystem.Drawing.Color
特定のグラフィックスの中にキャプションを描画します。
シンタックス
Protected Sub OutputText( _
   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.