Bitmap.DrawOn Method

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

Overload List

Name Description
Public method DrawOn(Graphics, Int32, Int32, CombineMode)

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

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

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

Public method DrawOn(Graphics, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

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

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

Public method DrawOn(IntPtr, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

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

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

Public method DrawOn(Graphics, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawOn(IntPtr, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawOn(Graphics, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawOn(IntPtr, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawOn(Graphics, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode)

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

Public method DrawOn(IntPtr, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode)

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

See Also

Reference