Graphics.DrawImage Method (Bitmap, 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
)

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.

See Also

Reference

Manual