C# Class Windows.Graphics.Imaging.BitmapEncoder

Inheritance: IBitmapEncoder
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
CreateForInPlacePropertyEncodingAsync ( [ bitmapDecoder ) : IAsyncOperation
CreateForTranscodingAsync ( [ stream, [ bitmapDecoder ) : IAsyncOperation
FlushAsync ( ) : IAsyncAction
GetEncoderInformationEnumerator ( ) : IVectorView
SetPixelData ( [ pixelFormat, [ alphaMode, [ width, [ height, [ dpiX, [ dpiY, [ pixels ) : void

Private Methods

Method Description
CreateAsync ( [ encoderId, [ stream ) : IAsyncOperation
CreateAsync ( [ encoderId, [ stream, BitmapTypedValue>.[ encodingOptions ) : IAsyncOperation
GoToNextFrameAsync ( ) : IAsyncAction
GoToNextFrameAsync ( BitmapTypedValue>.[ encodingOptions ) : IAsyncAction

Method Details

CreateForInPlacePropertyEncodingAsync() public static method

public static CreateForInPlacePropertyEncodingAsync ( [ bitmapDecoder ) : IAsyncOperation
bitmapDecoder [
return IAsyncOperation

CreateForTranscodingAsync() public static method

public static CreateForTranscodingAsync ( [ stream, [ bitmapDecoder ) : IAsyncOperation
stream [
bitmapDecoder [
return IAsyncOperation

FlushAsync() public method

public FlushAsync ( ) : IAsyncAction
return IAsyncAction

GetEncoderInformationEnumerator() public static method

public static GetEncoderInformationEnumerator ( ) : IVectorView
return IVectorView

SetPixelData() public method

public SetPixelData ( [ pixelFormat, [ alphaMode, [ width, [ height, [ dpiX, [ dpiY, [ pixels ) : void
pixelFormat [
alphaMode [
width [
height [
dpiX [
dpiY [
pixels [
return void