Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 636 Bytes

bitmapbuffer_getplanedescription_991520149.md

File metadata and controls

26 lines (18 loc) · 636 Bytes
-api-id -api-type
M:Windows.Graphics.Imaging.BitmapBuffer.GetPlaneDescription(System.Int32)
winrt method

Windows.Graphics.Imaging.BitmapBuffer.GetPlaneDescription

-description

Gets a BitmapPlaneDescription object that describes the size, offset, and stride of the bitmap data in the bit plane with the specified index.

-parameters

-param index

The index of the bit plane for which the description is retrieved.

-returns

The bit plane description.

-remarks

-examples

-see-also