Draws the specified Bitmap on the current bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Draw( Bitmap topBitmap, int x, int y, int width, int height, CombineMode combineMode, ResizeInterpolationMode interpolationMode )
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to draw.Type: System.Int32
The x-coordinate of the upper-left corner of the drawn image.Type: System.Int32
The y-coordinate of the upper-left corner of the drawn image.Type: System.Int32
Width of the drawn image.Type: System.Int32
Height of the drawn image.Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode
The resize algorithm. Using this parameter you can select between speed and quality of resizing.