PowerTools PlusPak for Windows Forms 8.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
解説
この関数は、テキストの向きに基づいて座標系を調整し、その後テキストを数行に分けてそれらの行をDrawString関数で描画します。
プラットフォーム

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