Overload List
Name | Description | |
---|---|---|
DrawImage(WriteableBitmap, Rect) |
Draws the specified WriteableBitmap object at the specified location,
stretching it to fit the destination rectangle.
|
|
DrawImage(WriteableBitmap, Rect, Rect) |
Draws the specified WriteableBitmap object at the specified location,
clipping the output to the given clipping rectangle.
|
|
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.
|