| WriteableBitmapExtensions Methods |
| Name | Description | |
|---|---|---|
| SaveJpegAsync(WriteableBitmap, Stream, Int32) |
Encodes a WriteableBitmap object into a JPEG stream, with parameters for setting the target quality of the JPEG file.
| |
| SaveJpegAsync(WriteableBitmap, Stream, Int32) |
Encodes a WriteableBitmap object into a JPEG stream, with parameters for setting the target quality of the JPEG file.
| |
| SavePngAsync(WriteableBitmap, Stream) |
Encodes a WriteableBitmap object into a PNG stream.
| |
| SavePngAsync(WriteableBitmap, Stream) |
Encodes a WriteableBitmap object into a PNG stream.
|