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 プロパティを使用します。

適用対象