BitmapFrame.PixelHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以圖元為單位的框架高度。
public:
property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = bitmapFrame.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger
屬性值
以圖元為單位的框架高度。
實作
備註
如果您需要以原生方式儲存影像的圖元維度,請使用 PixelHeight 屬性。