IBitmapFrameWithSoftwareBitmap.GetSoftwareBitmapAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetSoftwareBitmapAsync() |
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다. |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) |
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다. |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) |
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다. |
GetSoftwareBitmapAsync()
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다.
public:
IAsyncOperation<SoftwareBitmap ^> ^ 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)
- GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
적용 대상
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다.
public:
IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode);
/// [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()
- GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
적용 대상
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
BitmapFrame의 SoftwareBitmap 표현을 비동기적으로 검색합니다.
public:
IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform ^ transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode);
/// [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 을 반환하는 비동기 작업입니다.
- 특성