バージョン

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

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

パラメータ

image
描画する画像
destRect
画像を描画すべき四角形
srcRect
描画する画像の部分
imgAttributes
ImageAttributesインスタンスまたはnull
参照