IBitmapFrame.PixelHeight 属性

定义

以像素为单位返回帧的高度。

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

属性值

UInt32

unsigned int

uint32_t

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

注解

此属性忽略任何 EXIF 方向标志值。

适用于