Graphics.DrawImage
DrawImage(Image, PointF)
指定されたImage
、元の物理サイズを使用して、指定された場所で.
public void DrawImage(Image sourceImage, PointF point)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
point | PointF | PointF 描画された画像の左上隅を表す構造。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, float, float)
指定されたImage
、元の物理サイズを使用して、指定された場所で.
public void DrawImage(Image sourceImage, float x, float y)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
x | Single | 描画されたイメージの左上隅の x 座標。 |
y | Single | 描画されたイメージの左上隅の y 座標。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, RectangleF)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, RectangleF rect)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rect | RectangleF | RectangleF 描画イメージの位置とサイズを指定する構造体。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Rectangle, GraphicsUnit)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectDestination | Rectangle | 宛先の四角形。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, RectangleF, GraphicsUnit)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectDestination | RectangleF | 宛先の四角形。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectDestination | Rectangle | 宛先の四角形。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
imageAttributes | ImageAttributes | 画像の属性。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectDestination | RectangleF | 描画先の四角形。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
imageAttributes | ImageAttributes | 画像の属性。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectSource | Rectangle | rect ソース。 |
rectDestination | Rectangle | rect 宛先。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectSource | RectangleF | rect ソース。 |
rectDestination | RectangleF | rect 宛先。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectSource | Rectangle | rect ソース。 |
rectDestination | Rectangle | rect 宛先。 |
graphicsUnit | GraphicsUnit | グラフィックユニット。 |
imageAttributes | ImageAttributes | 画像の属性。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rectSource | RectangleF | ソースの四角形。 |
rectDestination | RectangleF | 宛先の四角形。 |
graphicsUnit | GraphicsUnit | 使用するグラフィックス ユニット。 |
imageAttributes | ImageAttributes | 使用する画像属性。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Point[])
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, Point[] destPoints)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | Point[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
関連項目
DrawImage(Image, Point[], Rectangle)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | Point[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | Rectangle | ソースの四角形。 |
関連項目
DrawImage(Image, Point[], Rectangle, GraphicsUnit)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | Point[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | Rectangle | ソースの四角形。 |
srcUnit | GraphicsUnit | 測定単位。 |
関連項目
DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | Point[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | Rectangle | ソースの四角形。 |
srcUnit | GraphicsUnit | 測定単位。 |
imageAttributes | ImageAttributes | 画像の属性。 |
関連項目
DrawImage(Image, PointF[])
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, PointF[] destPoints)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | PointF[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
例外
例外 | 調子 |
---|
ArgumentNullException | 画像 |
関連項目
DrawImage(Image, PointF[], RectangleF)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | PointF[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | RectangleF | ソースの四角形。 |
関連項目
DrawImage(Image, PointF[], RectangleF, GraphicsUnit)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | PointF[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | RectangleF | ソースの四角形。 |
srcUnit | GraphicsUnit | 測定単位。 |
関連項目
DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)
指定されたオブジェクトの指定された部分を描画しますimage指定された場所に、指定されたサイズで.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
パラメータ | タイプ | 説明 |
---|
image | Image | 描くイメージ。 |
destPoints | PointF[] | 平行四辺形を定義する 3 つの PointF 構造体の配列。 |
srcRect | RectangleF | ソースの四角形。 |
srcUnit | GraphicsUnit | 測定単位。 |
imageAttributes | ImageAttributes | 画像の属性。 |
関連項目
DrawImage(Image, float, float, float, float)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, float x, float y, float width, float height)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
x | Single | 描画されたイメージの左上隅の x 座標。 |
y | Single | 描画されたイメージの左上隅の y 座標。 |
width | Single | 描画イメージの幅。 |
height | Single | 描画イメージの高さ。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Point)
指定されたImage
、元の物理サイズを使用して、指定された場所で.
public void DrawImage(Image sourceImage, Point point)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
point | Point | Point 描画されたイメージの左上隅の位置を表す構造体。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, int, int)
座標ペアで指定された位置に、元の物理サイズを使用して、指定されたイメージを描画します。
public void DrawImage(Image sourceImage, int x, int y)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
x | Int32 | 描画されたイメージの左上隅の x 座標。 |
y | Int32 | 描画されたイメージの左上隅の y 座標。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, Rectangle)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, Rectangle rect)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
rect | Rectangle | Rectangle 描画イメージの位置とサイズを指定する構造体。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目
DrawImage(Image, int, int, int, int)
指定されたImage
指定された場所に、指定されたサイズで.
public void DrawImage(Image sourceImage, int x, int y, int width, int height)
パラメータ | タイプ | 説明 |
---|
sourceImage | Image | 描画するイメージ。 |
x | Int32 | 描画されたイメージの左上隅の x 座標。 |
y | Int32 | 描画されたイメージの左上隅の y 座標。 |
width | Int32 | 描画イメージの幅。 |
height | Int32 | 描画イメージの高さ。 |
例外
例外 | 調子 |
---|
ArgumentNullException | sourceImage無効である。 |
関連項目