C# Class Windows.Graphics.Imaging.BitmapDecoder

Inheritance: IBitmapDecoder, IBitmapFrame
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
GetDecoderInformationEnumerator ( ) : IVectorView
GetFrameAsync ( [ frameIndex ) : IAsyncOperation
GetPreviewAsync ( ) : IAsyncOperation
GetThumbnailAsync ( ) : IAsyncOperation

Private Methods

Method Description
CreateAsync ( [ stream ) : IAsyncOperation
CreateAsync ( [ decoderId, [ stream ) : IAsyncOperation
GetPixelDataAsync ( ) : IAsyncOperation
GetPixelDataAsync ( [ pixelFormat, [ alphaMode, [ transform, [ exifOrientationMode, [ colorManagementMode ) : IAsyncOperation

Method Details

GetDecoderInformationEnumerator() public static method

public static GetDecoderInformationEnumerator ( ) : IVectorView
return IVectorView

GetFrameAsync() public method

public GetFrameAsync ( [ frameIndex ) : IAsyncOperation
frameIndex [
return IAsyncOperation

GetPreviewAsync() public method

public GetPreviewAsync ( ) : IAsyncOperation
return IAsyncOperation

GetThumbnailAsync() public method

public GetThumbnailAsync ( ) : IAsyncOperation
return IAsyncOperation