GrapeCity PlusPak for Windows Forms 10.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値。
参照

参照

TextRenderer クラス
TextRenderer メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.