Bitmap.Draw Method (Bitmap, Rectangle, CombineMode, ResizeInterpolationMode)

Draws the specified Bitmap on the current bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Draw(
	Bitmap topBitmap,
	Rectangle topPlacement,
	CombineMode combineMode,
	ResizeInterpolationMode interpolationMode
)

Parameters

topBitmap

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to draw.
topPlacement

Type: System.Drawing.Rectangle

Rectangle structure that specifies the location and size of the drawn image.
combineMode

Type: Aurigma.GraphicsMill.Transforms.CombineMode

The images blending algorithm (plain pixels copying, alpha blending, bitwise operations, etc).
interpolationMode

Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode

The resize algorithm. Using this parameter you can select between speed and quality of resizing.

See Also

Reference

Manual