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

Bitmap.Draw Method

Draws a bitmap on various surfaces as Bitmap, GdiGraphics, System.Drawing.Graphics classes, or Windows GDI device context.

Overload List

Name Description
Public method Draw(Graphics, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(Graphics, Single, Single, Single, Single, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(IntPtr, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

Public method Draw(IntPtr, Single, Single, Single, Single, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

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

Draws current bitmap on another bitmap.

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

Draws current bitmap on another bitmap.

Public method Draw(GdiGraphics, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(GdiGraphics, Single, Single, Single, Single, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(Graphics, Int32, Int32, CombineMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(IntPtr, Int32, Int32, CombineMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

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

Draws current bitmap on another bitmap.

Public method Draw(GdiGraphics, Int32, Int32, CombineMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(Graphics, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(Graphics, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(Graphics, Int32, Int32, CombineMode, Single)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(IntPtr, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

Public method Draw(IntPtr, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

Public method Draw(IntPtr, Int32, Int32, CombineMode, Single)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

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

Draws current bitmap on another bitmap.

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

Draws current bitmap on another bitmap.

Public method Draw(Bitmap, Int32, Int32, CombineMode, Single)

Draws current bitmap on another bitmap.

Public method Draw(GdiGraphics, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(GdiGraphics, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(GdiGraphics, Int32, Int32, CombineMode, Single)

Draws current bitmap on given GdiGraphics object.

Public method Draw(Graphics, Rectangle, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(Graphics, RectangleF, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(IntPtr, Rectangle, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

Public method Draw(IntPtr, RectangleF, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

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

Draws current bitmap on another bitmap.

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

Draws current bitmap on another bitmap.

Public method Draw(GdiGraphics, Rectangle, Rectangle, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(GdiGraphics, RectangleF, RectangleF, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(Graphics, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(Graphics, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given System.Drawing.Graphics object (standard .NET class for drawing).

Public method Draw(IntPtr, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

Public method Draw(IntPtr, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given Windows GDI device context (represented as handle to device context, i.e. HDC).

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

Draws current bitmap on another bitmap.

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

Draws current bitmap on another bitmap.

Public method Draw(GdiGraphics, Int32, Int32, Int32, Int32, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

Public method Draw(GdiGraphics, Single, Single, Single, Single, CombineMode, Single, InterpolationMode)

Draws current bitmap on given GdiGraphics object.

See Also

Reference