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,因為其原生儲存。

適用於