次の方法で共有


IBitmapFrame.OrientedPixelWidth プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

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

適用対象