CanvasBitmapLoadAsync Method (ICanvasResourceCreator, String) |
Namespace: Microsoft.Graphics.Canvas
public static IAsyncOperation<CanvasBitmap> LoadAsync( ICanvasResourceCreator resourceCreator, string fileName )
The bitmap is set to default (96) DPI and premultiplied alpha.
When loading a JpegXR format bitmap that contains high dynamic range (HDR) pixel data, the loaded bitmap may use one of the pixel formats:
For all other file formats, or when the current device does not support high dynamic range pixel formats (as reported by IsPixelFormatSupported(DirectXPixelFormat)), the loaded bitmap will use DirectXPixelFormat.B8G8R8A8UIntNormalized.