IBitmapFrameWithSoftwareBitmap
IBitmapFrameWithSoftwareBitmap
IBitmapFrameWithSoftwareBitmap
IBitmapFrameWithSoftwareBitmap
Interface
Definition
Exposes methods for obtaining a SoftwareBitmap representation of an BitmapFrame.
public : interface IBitmapFrameWithSoftwareBitmappublic interface IBitmapFrameWithSoftwareBitmapPublic Interface IBitmapFrameWithSoftwareBitmap// You can use this interface in JavaScript.
- Inheritance
-
IBitmapFrameWithSoftwareBitmapIBitmapFrameWithSoftwareBitmapIBitmapFrameWithSoftwareBitmapIBitmapFrameWithSoftwareBitmap
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Inherited methods
Methods
GetSoftwareBitmapAsync() GetSoftwareBitmapAsync() GetSoftwareBitmapAsync() GetSoftwareBitmapAsync()
Asynchronously retrieves a SoftwareBitmap representation of an BitmapFrame.
public : IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync()public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync()Public Function GetSoftwareBitmapAsync() As IAsyncOperation( Of SoftwareBitmap )// You can use this method in JavaScript.
An asynchronous operation that returns a SoftwareBitmap on successful completion.
- See Also
-
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)
Asynchronously retrieves a SoftwareBitmap representation of an BitmapFrame.
public : IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode)public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode)Public Function GetSoftwareBitmapAsync(pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode) As IAsyncOperation( Of SoftwareBitmap )// You can use this method in JavaScript.
The pixel format of the software bitmap.
The alpha mode of the software bitmap.
An asynchronous operation that returns a SoftwareBitmap on successful completion.
- See Also
-
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)
Asynchronously retrieves a SoftwareBitmap representation of an BitmapFrame.
public : IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode)public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode)Public Function GetSoftwareBitmapAsync(pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode, transform As BitmapTransform, exifOrientationMode As ExifOrientationMode, colorManagementMode As ColorManagementMode) As IAsyncOperation( Of SoftwareBitmap )// You can use this method in JavaScript.
The pixel format of the software bitmap.
The alpha mode of the software bitmap.
The transform of the software bitmap.
- exifOrientationMode
- ExifOrientationMode ExifOrientationMode ExifOrientationMode ExifOrientationMode
The EXIF orientation mode of the software bitmap.
- colorManagementMode
- ColorManagementMode ColorManagementMode ColorManagementMode ColorManagementMode
The color management mode of the software bitmap.
An asynchronous operation that returns a SoftwareBitmap on successful completion.
- See Also
-