Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 573 Bytes

bitmapplanedescription.md

File metadata and controls

37 lines (22 loc) · 573 Bytes
-api-id -api-type
T:Windows.Graphics.Imaging.BitmapPlaneDescription
winrt struct

BitmapPlaneDescription

-description

Defines the format of a bitmap plane.

-struct-fields

-field StartIndex

The byte offset to the start of the pixel data within the plane.

-field Width

The width of the plane, in pixels.

-field Height

The height of the plane, in pixels.

-field Stride

The stride of the bitmap data, in bytes.

-remarks

-examples

-see-also