Share via


BitmapFrame.PixelHeight 屬性

定義

以圖元為單位的框架高度。

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

屬性值

UInt32

unsigned int

uint32_t

以圖元為單位的框架高度。

實作

備註

如果您需要以原生方式儲存影像的圖元維度,請使用 PixelHeight 屬性。

適用於