BitmapPlaneDescription BitmapPlaneDescription BitmapPlaneDescription BitmapPlaneDescription Struct

Definition

Defines the format of a bitmap plane.

public : struct BitmapPlaneDescriptionpublic struct BitmapPlaneDescriptionPublic Structure BitmapPlaneDescription// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Height Height Height Height

The height of the plane, in pixels.

public : field int Heightpublic field int HeightPublic Field Height// You can use this field in JavaScript.

StartIndex StartIndex StartIndex StartIndex

The start index of the pixel data within the plane.

public : field int StartIndexpublic field int StartIndexPublic Field StartIndex// You can use this field in JavaScript.

Stride Stride Stride Stride

The stride of the bitmap data.

public : field int Stridepublic field int StridePublic Field Stride// You can use this field in JavaScript.

Width Width Width Width

The width of the plane, in pixels.

public : field int Widthpublic field int WidthPublic Field Width// You can use this field in JavaScript.