BitmapDecoder.GetSoftwareBitmapAsync Metode

Definisi

Overload

GetSoftwareBitmapAsync()

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

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

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

GetSoftwareBitmapAsync()

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

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)

Mengembalikan

Operasi asinkron yang mengembalikan SoftwareBitmap pada penyelesaian yang berhasil.

Penerapan

Atribut

Lihat juga

Berlaku untuk

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

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)

Parameter

pixelFormat
BitmapPixelFormat

Format piksel bitmap perangkat lunak.

alphaMode
BitmapAlphaMode

Mode alfa dari bitmap perangkat lunak.

Mengembalikan

Operasi asinkron yang mengembalikan SoftwareBitmap pada penyelesaian yang berhasil.

Penerapan

Atribut

Lihat juga

Berlaku untuk

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

Secara asinkron mendapatkan representasi SoftwareBitmap dari bitmap yang didekodekan.

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)

Parameter

pixelFormat
BitmapPixelFormat

Format piksel bitmap perangkat lunak.

alphaMode
BitmapAlphaMode

Mode alfa dari bitmap perangkat lunak.

transform
BitmapTransform

Transformasi bitmap perangkat lunak.

exifOrientationMode
ExifOrientationMode

Mode orientasi EXIF dari bitmap perangkat lunak.

colorManagementMode
ColorManagementMode

Mode manajemen warna bitmap perangkat lunak.

Mengembalikan

Operasi asinkron yang mengembalikan SoftwareBitmap pada penyelesaian yang berhasil.

Penerapan

Atribut

Lihat juga

Berlaku untuk