Graphics.DrawImage Method (Bitmap, Single, Single, Single)

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)

Syntax

C#
public void DrawImage(
	Bitmap bitmap,
	float x,
	float y,
	float opacity
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

The Bitmap to draw.
x

Type: System.Single

The x-coordinate of the upper-left corner of the drawn image.
y

Type: System.Single

The y-coordinate of the upper-left corner of the drawn image.
opacity

Type: System.Single

The opacity of the image in range [0, 1]. If 0, image is completely transparent, if 1, image is completely opaque.

See Also

Reference

Manual