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, CombineMode combineMode, float opacity )
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.Single
The opacity of the image in range[0, 1]
. If 0
, image is completely transparent, if 1
, image is completely opaque.