Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 816 Bytes

softwarebitmap_softwarebitmap_221640236.md

File metadata and controls

30 lines (21 loc) · 816 Bytes
-api-id -api-type
M:Windows.Graphics.Imaging.SoftwareBitmap.#ctor(Windows.Graphics.Imaging.BitmapPixelFormat,System.Int32,System.Int32)
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.

-remarks

-examples

-see-also

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)