PowerTools PlusPak for Windows Forms 8.0J
DrawImage メソッド (TextRenderer)

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
System.Drawing.Imageはイメージを示します。
無効になっているかどうかを表すbool値。
イメージを描画します。
構文
Protected Sub DrawImage( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal image As Image, _
   ByVal disabled As Boolean _
) 
protected void DrawImage( 
   Graphics graphics,
   Rectangle rectangle,
   Image image,
   bool disabled
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
rectangle
System.Drawing.Rectangleの値は塗りつぶす矩形を示します。
image
System.Drawing.Imageはイメージを示します。
disabled
無効になっているかどうかを表すbool値。
解説
この関数は、指定した矩形の中にイメージを描画します。
プラットフォーム

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