Graphics.DrawImage Method (Pipeline, Single, Single)

Draws an image produced by a pipeline using image's 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(
	Pipeline pipeline,
	float x,
	float y
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

A Pipeline producing image 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