PictureDecoder.DecodeJpeg 方法 (Stream, Int32, Int32)

命名空间:  Microsoft.Phone
程序集:  Microsoft.Phone(在 Microsoft.Phone.dll 中)

语法

声明
Public Shared Function DecodeJpeg ( _
    source As Stream, _
    maxPixelWidth As Integer, _
    maxPixelHeight As Integer _
) As WriteableBitmap
public static WriteableBitmap DecodeJpeg(
    Stream source,
    int maxPixelWidth,
    int maxPixelHeight
)
public:
static WriteableBitmap^ DecodeJpeg(
    Stream^ source, 
    int maxPixelWidth, 
    int maxPixelHeight
)
static member DecodeJpeg : 
        source:Stream * 
        maxPixelWidth:int * 
        maxPixelHeight:int -> WriteableBitmap 

参数

返回值

类型:System.Windows.Media.Imaging.WriteableBitmap

版本信息

适用于 Windows Phone 应用的 .NET

受以下版本支持:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

请参阅

参考

PictureDecoder 类

DecodeJpeg 重载

Microsoft.Phone 命名空间