Draws the specified Bitmap using its original physical size at the location specified by the coordinate pair.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void DrawImage( Bitmap bitmap, float x, float y, float opacity )
Type: Aurigma.GraphicsMill.Bitmap
The Bitmap to draw.Type: System.Single
The x-coordinate of the upper-left corner of the drawn image.Type: System.Single
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.