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)
public void DrawImage( Pipeline pipeline, float x, float y )
Type: Aurigma.GraphicsMill.Pipeline
A Pipeline producing image 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.