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
参数
- source
类型:System.IO.Stream
- maxPixelWidth
类型:System.Int32
- maxPixelHeight
类型:System.Int32
返回值
类型:System.Windows.Media.Imaging.WriteableBitmap
版本信息
适用于 Windows Phone 应用的 .NET
受以下版本支持:Windows Phone 8、Silverlight 8.1
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。