次の方法で共有


IBitmapFrame.PixelHeight プロパティ

定義

フレームの高さをピクセル単位で返します。

public:
 property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = iBitmapFrame.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

フレームの高さ (ピクセル単位)。

注釈

このプロパティは、EXIF 方向フラグ値を無視します。

適用対象