Bitmap.Draw Method

Draws the specified Bitmap on the current bitmap.

Overload List

Name Description
Public method Draw(Bitmap, Rectangle, CombineMode, ResizeInterpolationMode)

Draws the specified Bitmap on the current bitmap.

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

Draws the specified Bitmap on the current bitmap.

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

Draws the specified Bitmap on the current bitmap.

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

Draws the specified Bitmap on the current bitmap.

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

Draws the specified Bitmap on the current bitmap.

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

Draws the specified Bitmap on the current bitmap.

See Also

Reference