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

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
Remarks
  • The image is drawn at the specified offset.
  • The source rectangle specifies, in the image's coordinate system, the area within the image that will be drawn.
  • This overload is not valid when Blend is set to Min.
See Also