BitmapDecoder.PixelHeight 属性

定义

第一个帧的高度(以像素为单位)。

public:
 property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = bitmapDecoder.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger

属性值

UInt32

unsigned int

uint32_t

第一个帧的高度(以像素为单位)。

实现

注解

将 PixelHeight 用于图像的像素尺寸,因为它是本机存储的。

适用于