Draws the specified Bitmap on the current bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Draw( Bitmap topBitmap, Rectangle topPlacement, CombineMode combineMode, ResizeInterpolationMode interpolationMode )
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to draw.Type: System.Drawing.Rectangle
Rectangle structure that specifies the location and size of the drawn image.Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode
The resize algorithm. Using this parameter you can select between speed and quality of resizing.