BitmapPlaneDescription 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义位图平面的格式。
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 |
平面的宽度(以像素为单位)。 |