C# 클래스 Windows.Graphics.Imaging.BitmapEncoder

상속: IBitmapEncoder
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
CreateForInPlacePropertyEncodingAsync ( [ bitmapDecoder ) : IAsyncOperation
CreateForTranscodingAsync ( [ stream, [ bitmapDecoder ) : IAsyncOperation
FlushAsync ( ) : IAsyncAction
GetEncoderInformationEnumerator ( ) : IVectorView
SetPixelData ( [ pixelFormat, [ alphaMode, [ width, [ height, [ dpiX, [ dpiY, [ pixels ) : void

비공개 메소드들

메소드 설명
CreateAsync ( [ encoderId, [ stream ) : IAsyncOperation
CreateAsync ( [ encoderId, [ stream, BitmapTypedValue>.[ encodingOptions ) : IAsyncOperation
GoToNextFrameAsync ( ) : IAsyncAction
GoToNextFrameAsync ( BitmapTypedValue>.[ encodingOptions ) : IAsyncAction

메소드 상세

CreateForInPlacePropertyEncodingAsync() 공개 정적인 메소드

public static CreateForInPlacePropertyEncodingAsync ( [ bitmapDecoder ) : IAsyncOperation
bitmapDecoder [
리턴 IAsyncOperation

CreateForTranscodingAsync() 공개 정적인 메소드

public static CreateForTranscodingAsync ( [ stream, [ bitmapDecoder ) : IAsyncOperation
stream [
bitmapDecoder [
리턴 IAsyncOperation

FlushAsync() 공개 메소드

public FlushAsync ( ) : IAsyncAction
리턴 IAsyncAction

GetEncoderInformationEnumerator() 공개 정적인 메소드

public static GetEncoderInformationEnumerator ( ) : IVectorView
리턴 IVectorView

SetPixelData() 공개 메소드

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