IBitmapFrameWithSoftwareBitmap.GetSoftwareBitmapAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
GetSoftwareBitmapAsync() |
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame. |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) |
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame. |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) |
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame. |
GetSoftwareBitmapAsync()
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame.
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)
Mengembalikan
Operasi asinkron yang mengembalikan SoftwareBitmap pada penyelesaian yang berhasil.
- Atribut
Lihat juga
- GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)
- GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
Berlaku untuk
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame.
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)
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.
- Atribut
Lihat juga
- GetSoftwareBitmapAsync()
- GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
Berlaku untuk
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
Secara asinkron mengambil representasi SoftwareBitmap dari BitmapFrame.
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)
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.
- Atribut