Graphics.DrawImage Method

Draws the specified Bitmap.

Overload List

Name Description
Public method DrawImage(Bitmap, Point, CombineMode)

Draws the specified Bitmap, using its original physical size, at the specified location.

Public method DrawImage(Bitmap, Int32, Int32, CombineMode)

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

Public method DrawImage(Bitmap, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawImage(Bitmap, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawImage(Bitmap, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode)

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

See Also

Reference