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 を返す非同期操作。

実装

属性

こちらもご覧ください

適用対象