BitmapPlaneDescription 结构

定义

定义位图平面的格式。

public value class BitmapPlaneDescription
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct BitmapPlaneDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct BitmapPlaneDescription
var bitmapPlaneDescription = {
startIndex : /* Your value */,
width : /* Your value */,
height : /* Your value */,
stride : /* Your value */
}
Public Structure BitmapPlaneDescription
继承
BitmapPlaneDescription
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Height

平面的高度(以像素为单位)。

StartIndex

平面内像素数据起始位置的字节偏移量。

Stride

位图数据的步幅(以字节为单位)。

Width

平面的宽度(以像素为单位)。

适用于