PowerTools PlusPak for Windows Forms 8.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
解説
この関数は、さまざまなテキスト効果に基づいて、指定した矩形の中にテキストを描画します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback