BitmapDecoder.GetSoftwareBitmapAsync 메서드

정의

오버로드

GetSoftwareBitmapAsync()

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

GetSoftwareBitmapAsync()

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync() = GetSoftwareBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync();
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync();
function getSoftwareBitmapAsync()
Public Function GetSoftwareBitmapAsync () As IAsyncOperation(Of SoftwareBitmap)

반환

성공적인 완료 시 SoftwareBitmap 을 반환하는 비동기 작업입니다.

구현

특성

추가 정보

적용 대상

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode) = GetSoftwareBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapConvertedAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat const& pixelFormat, BitmapAlphaMode const& alphaMode);
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapConvertedAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode);
function getSoftwareBitmapAsync(pixelFormat, alphaMode)
Public Function GetSoftwareBitmapAsync (pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode) As IAsyncOperation(Of SoftwareBitmap)

매개 변수

pixelFormat
BitmapPixelFormat

소프트웨어 비트맵의 픽셀 형식입니다.

alphaMode
BitmapAlphaMode

소프트웨어 비트맵의 알파 모드입니다.

반환

성공적인 완료 시 SoftwareBitmap 을 반환하는 비동기 작업입니다.

구현

특성

추가 정보

적용 대상

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)

디코딩된 비트 맵의 SoftwareBitmap 표현을 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform ^ transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode) = GetSoftwareBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapTransformedAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat const& pixelFormat, BitmapAlphaMode const& alphaMode, BitmapTransform const& transform, ExifOrientationMode const& exifOrientationMode, ColorManagementMode const& colorManagementMode);
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapTransformedAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode);
function getSoftwareBitmapAsync(pixelFormat, alphaMode, transform, exifOrientationMode, colorManagementMode)
Public Function GetSoftwareBitmapAsync (pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode, transform As BitmapTransform, exifOrientationMode As ExifOrientationMode, colorManagementMode As ColorManagementMode) As IAsyncOperation(Of SoftwareBitmap)

매개 변수

pixelFormat
BitmapPixelFormat

소프트웨어 비트맵의 픽셀 형식입니다.

alphaMode
BitmapAlphaMode

소프트웨어 비트맵의 알파 모드입니다.

transform
BitmapTransform

소프트웨어 비트맵의 변환입니다.

exifOrientationMode
ExifOrientationMode

소프트웨어 비트맵의 EXIF 방향 모드입니다.

colorManagementMode
ColorManagementMode

소프트웨어 비트맵의 색 관리 모드입니다.

반환

성공적인 완료 시 SoftwareBitmap 을 반환하는 비동기 작업입니다.

구현

특성

추가 정보

적용 대상