BitmapDecoder.PixelHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
第一個框架的高度,以圖元為單位。
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
屬性值
第一個框架的高度,以圖元為單位。
實作
備註
針對影像的圖元維度使用 PixelHeight,因為其原生儲存。