バージョン

DrawImage(Image,Rectangle,Boolean,ImageAttributes) メソッド

グラフィックスオブジェクト上に指定された画像を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawImage( _
   ByVal image As Image, _
   ByVal rect As Rectangle, _
   ByVal scaled As Boolean, _
   ByVal imgAttributes As ImageAttributes _
) 
public void DrawImage( 
   Image image,
   Rectangle rect,
   bool scaled,
   ImageAttributes imgAttributes
)

パラメータ

image
描画する画像
rect
画像を描画すべき四角形
scaled
画像がスケールされる場合はTrue、外観画像の水平方向および垂直方向の配置を使用する場合はFalse
imgAttributes
ImageAttributesインスタンスまたはnull
参照