IBitmapFrameWithSoftwareBitmap.GetSoftwareBitmapAsync Metodo

Definizione

Overload

GetSoftwareBitmapAsync()

Recupera in modo asincrono una rappresentazione softwareBitmap di un bitmapframe.

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Recupera in modo asincrono una rappresentazione softwareBitmap di un bitmapframe.

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

Recupera in modo asincrono una rappresentazione softwareBitmap di un bitmapframe.

GetSoftwareBitmapAsync()

Recupera in modo asincrono una rappresentazione softwareBitmap di un 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)

Restituisce

Operazione asincrona che restituisce un SoftwareBitmap al completamento corretto.

Attributi

Vedi anche

Si applica a

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Recupera in modo asincrono una rappresentazione softwareBitmap di un 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)

Parametri

pixelFormat
BitmapPixelFormat

Formato pixel della bitmap del software.

alphaMode
BitmapAlphaMode

Modalità alfa della bitmap software.

Restituisce

Operazione asincrona che restituisce un SoftwareBitmap al completamento corretto.

Attributi

Vedi anche

Si applica a

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

Recupera in modo asincrono una rappresentazione softwareBitmap di un 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)

Parametri

pixelFormat
BitmapPixelFormat

Formato pixel della bitmap del software.

alphaMode
BitmapAlphaMode

Modalità alfa della bitmap software.

transform
BitmapTransform

Trasformazione della bitmap software.

exifOrientationMode
ExifOrientationMode

Modalità di orientamento EXIF della bitmap del software.

colorManagementMode
ColorManagementMode

Modalità di gestione dei colori della bitmap software.

Restituisce

Operazione asincrona che restituisce un SoftwareBitmap al completamento corretto.

Attributi

Vedi anche

Si applica a