PictureDecoder.DecodeJpeg Method (Stream, Int32, Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Decodes a JPEG file into a WriteableBitmap object, with parameters for setting the maximum height and width of the output.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Shared Function DecodeJpeg ( _ source As Stream, _ maxPixelWidth As Integer, _ maxPixelHeight As Integer _ ) As WriteableBitmap
Parameters
- source
- Type: System.IO.Stream
The image data stream.
- maxPixelWidth
- Type: System.Int32
The maximum width of the output.
- maxPixelHeight
- Type: System.Int32
The maximum height of the output.
Show: