Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 948 Bytes

softwarebitmap_softwarebitmap_1931895268.md

File metadata and controls

33 lines (23 loc) · 948 Bytes
-api-id -api-type
M:Windows.Graphics.Imaging.SoftwareBitmap.#ctor(Windows.Graphics.Imaging.BitmapPixelFormat,System.Int32,System.Int32,Windows.Graphics.Imaging.BitmapAlphaMode)
winrt method

Windows.Graphics.Imaging.SoftwareBitmap.SoftwareBitmap

-description

Initializes a new instance of the SoftwareBitmap class.

-parameters

-param format

The pixel format of the new software bitmap.

-param width

The width of the new software bitmap, in pixels.

-param height

The height of the new software bitmap, in pixels.

-param alpha

The alpha mode of the new software bitmap.

-remarks

-examples

-see-also

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)