Click or drag to resize
CanvasDrawingSessionDrawImage Method (ICanvasImage, Rect, 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 area of the image specified by the source rectangle is scaled to fill the destination rectangle.
  • The source rectangle is specified in the image's coordinate system
  • If the source image is a bitmap then the source rectangle is clipped to the bounds of the bitmap.
  • This overload is not valid when Blend is set to Min.
See Also