Overload List

  Name Description
Public method DrawImage(WriteableBitmap, Rect)
Draws the specified WriteableBitmap object at the specified location, stretching it to fit the destination rectangle.
Public method DrawImage(WriteableBitmap, Rect, Rect)
Draws the specified WriteableBitmap object at the specified location, clipping the output to the given clipping rectangle.
Public method DrawImage(WriteableBitmap, Rect, ContentAlignment, Stretch)
Draws the specified WriteableBitmap object at the specified location, adjusting the image size as specified by the align and stretch parameters.

See Also