Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.59 KB

bitmapdecoder_getsoftwarebitmapasync_892037303.md

File metadata and controls

39 lines (27 loc) · 1.59 KB
-api-id -api-type
M:Windows.Graphics.Imaging.BitmapDecoder.GetSoftwareBitmapAsync(Windows.Graphics.Imaging.BitmapPixelFormat,Windows.Graphics.Imaging.BitmapAlphaMode,Windows.Graphics.Imaging.BitmapTransform,Windows.Graphics.Imaging.ExifOrientationMode,Windows.Graphics.Imaging.ColorManagementMode)
winrt method

Windows.Graphics.Imaging.BitmapDecoder.GetSoftwareBitmapAsync

-description

Asynchronously gets a SoftwareBitmap representation of the decoded bitmap.

-parameters

-param pixelFormat

The pixel format of the software bitmap.

-param alphaMode

The alpha mode of the software bitmap.

-param transform

The transform of the software bitmap.

-param exifOrientationMode

The EXIF orientation mode of the software bitmap.

-param colorManagementMode

The color management mode of the software bitmap.

-returns

An asynchronous operation that returns a SoftwareBitmap on successful completion.

-remarks

-examples

-see-also

GetSoftwareBitmapAsync, GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)