In This Topic
Draws the specified
Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the
align and
stretch parameters.
Overload List
Overload | Description |
DrawImage(WriteableBitmap,Rect,ContentAlignment,Stretch) | Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the and parameters. |
DrawImage(WriteableBitmap,Rect) | Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, stretching it to fit the destination rectangle. |
DrawImage(WriteableBitmap,Rect,Rect) | Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, clipping the output to the given clipping rectangle. |
DrawImage(Int32,Int32,Int32[],Rect,Rect) | Draws the specified ARGB pixels at the specified location, clipping the output to the given clipping rectangle. |
See Also