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 方向旗標值。

適用於