Click or drag to resize
CanvasDrawingSessionDrawImage Method (ICanvasImage)
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
)

Parameters

image
Type: Microsoft.Graphics.CanvasICanvasImage
Remarks
  • The image is drawn at the origin (0,0).
  • This overload is not valid when Blend is set to Min.
See Also