Graphics.DrawImage

DrawImage(Image, PointF)

指定されたImage、元の物理サイズを使用して、指定された場所で.

public void DrawImage(Image sourceImage, PointF point)
パラメータタイプ説明
sourceImageImage描画するイメージ。
pointPointFPointF描画された画像の左上隅を表す構造。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, float, float)

指定されたImage、元の物理サイズを使用して、指定された場所で.

public void DrawImage(Image sourceImage, float x, float y)
パラメータタイプ説明
sourceImageImage描画するイメージ。
xSingle描画されたイメージの左上隅の x 座標。
ySingle描画されたイメージの左上隅の y 座標。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, RectangleF)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, RectangleF rect)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectRectangleFRectangleF描画イメージの位置とサイズを指定する構造体。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Rectangle, GraphicsUnit)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectDestinationRectangle宛先の四角形。
graphicsUnitGraphicsUnitグラフィックユニット。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, RectangleF, GraphicsUnit)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectDestinationRectangleF宛先の四角形。
graphicsUnitGraphicsUnitグラフィックユニット。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectDestinationRectangle宛先の四角形。
graphicsUnitGraphicsUnitグラフィックユニット。
imageAttributesImageAttributes画像の属性。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectDestinationRectangleF描画先の四角形。
graphicsUnitGraphicsUnitグラフィックユニット。
imageAttributesImageAttributes画像の属性。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectSourceRectanglerect ソース。
rectDestinationRectanglerect 宛先。
graphicsUnitGraphicsUnitグラフィックユニット。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectSourceRectangleFrect ソース。
rectDestinationRectangleFrect 宛先。
graphicsUnitGraphicsUnitグラフィックユニット。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectSourceRectanglerect ソース。
rectDestinationRectanglerect 宛先。
graphicsUnitGraphicsUnitグラフィックユニット。
imageAttributesImageAttributes画像の属性。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectSourceRectangleFソースの四角形。
rectDestinationRectangleF宛先の四角形。
graphicsUnitGraphicsUnit使用するグラフィックス ユニット。
imageAttributesImageAttributes使用する画像属性。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Point[])

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, Point[] destPoints)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPoint[]平行四辺形を定義する 3 つの PointF 構造体の配列。

関連項目


DrawImage(Image, Point[], Rectangle)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPoint[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleソースの四角形。

関連項目


DrawImage(Image, Point[], Rectangle, GraphicsUnit)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPoint[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleソースの四角形。
srcUnitGraphicsUnit測定単位。

関連項目


DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPoint[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleソースの四角形。
srcUnitGraphicsUnit測定単位。
imageAttributesImageAttributes画像の属性。

関連項目


DrawImage(Image, PointF[])

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, PointF[] destPoints)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPointF[]平行四辺形を定義する 3 つの PointF 構造体の配列。

例外

例外調子
ArgumentNullException画像

関連項目


DrawImage(Image, PointF[], RectangleF)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPointF[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleFソースの四角形。

関連項目


DrawImage(Image, PointF[], RectangleF, GraphicsUnit)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPointF[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleFソースの四角形。
srcUnitGraphicsUnit測定単位。

関連項目


DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)

指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
パラメータタイプ説明
imageImage描くイメージ。
destPointsPointF[]平行四辺形を定義する 3 つの PointF 構造体の配列。
srcRectRectangleFソースの四角形。
srcUnitGraphicsUnit測定単位。
imageAttributesImageAttributes画像の属性。

関連項目


DrawImage(Image, float, float, float, float)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, float x, float y, float width, float height)
パラメータタイプ説明
sourceImageImage描画するイメージ。
xSingle描画されたイメージの左上隅の x 座標。
ySingle描画されたイメージの左上隅の y 座標。
widthSingle描画イメージの幅。
heightSingle描画イメージの高さ。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Point)

指定されたImage、元の物理サイズを使用して、指定された場所で.

public void DrawImage(Image sourceImage, Point point)
パラメータタイプ説明
sourceImageImage描画するイメージ。
pointPointPoint描画されたイメージの左上隅の位置を表す構造体。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, int, int)

座標ペアで指定された位置に、元の物理サイズを使用して、指定されたイメージを描画します。

public void DrawImage(Image sourceImage, int x, int y)
パラメータタイプ説明
sourceImageImage描画するイメージ。
xInt32描画されたイメージの左上隅の x 座標。
yInt32描画されたイメージの左上隅の y 座標。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, Rectangle)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, Rectangle rect)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectRectangleRectangle描画イメージの位置とサイズを指定する構造体。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目


DrawImage(Image, int, int, int, int)

指定されたImage指定された場所に、指定されたサイズで.

public void DrawImage(Image sourceImage, int x, int y, int width, int height)
パラメータタイプ説明
sourceImageImage描画するイメージ。
xInt32描画されたイメージの左上隅の x 座標。
yInt32描画されたイメージの左上隅の y 座標。
widthInt32描画イメージの幅。
heightInt32描画イメージの高さ。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目