This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawImage Method

Draws a Bitmap object.

Overload List

Name Description
Public method DrawImage(Bitmap, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws a Bitmap object.

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

Draws a Bitmap object.

Public method DrawImage(Bitmap, Point, CombineMode)

Draws a Bitmap object.

Public method DrawImage(Bitmap, PointF, CombineMode)

Draws a Bitmap object.

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

Draws a Bitmap object.

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

Draws a Bitmap object.

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

Draws a Bitmap object.

Public method DrawImage(Bitmap, RectangleF, CombineMode, Single, InterpolationMode)

Draws a Bitmap object.

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

Draws a Bitmap object.

Public method DrawImage(Bitmap, RectangleF, RectangleF, CombineMode, Single, InterpolationMode)

Draws a Bitmap object.

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

Draws a Bitmap object.

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

Draws a Bitmap object.

See Also

Reference