Graphics.DrawImage Method

Draws the specified image on the Graphics.

Overload List

Name Description
Public method DrawImage(Bitmap, RectangleF)

Draws the specified Bitmap at the specified location and with the specified size.

Public method DrawImage(Pipeline, RectangleF)

Draws an image produced by a pipeline on the Graphics.

Public method DrawImage(Bitmap, RectangleF, Single)

Draws the specified Bitmap at the specified location and with the specified size.

Public method DrawImage(Bitmap, Single, Single)

Draws the specified Bitmap using its original physical size at the location specified by the coordinate pair.

Public method DrawImage(Pipeline, RectangleF, Single)

Draws an image produced by a pipeline on the Graphics.

Public method DrawImage(Pipeline, Single, Single)

Draws an image produced by a pipeline using image's original physical size at the location specified by the coordinate pair.

Public method DrawImage(Bitmap, Single, Single, Single)

Draws the specified Bitmap using its original physical size at the location specified by the coordinate pair.

Public method DrawImage(Pipeline, Single, Single, Single)

Draws an image produced by a pipeline using image's original physical size at the location specified by the coordinate pair.

See Also

Reference