次の方法で共有


IBitmapFrame.OrientedPixelHeight プロパティ

定義

EXIF の向きがビットマップに適用された後のフレームの高さをピクセル単位で返します。

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

プロパティ値

UInt32

unsigned int

uint32_t

EXIF 方向が適用された後のフレームの高さ (ピクセル単位)。

適用対象