Click or drag to resize
CanvasDrawingSessionDrawImage Method (ICanvasImage, Single, Single)
Draws an image.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void DrawImage(
	ICanvasImage image,
	float x,
	float y
)

Parameters

image
Type: Microsoft.Graphics.CanvasICanvasImage
x
Type: SystemSingle
y
Type: SystemSingle
Remarks
  • The image is drawn at the specified offset.
  • This overload is not valid when Blend is set to Min.
See Also