BitmapFrame.OrientedPixelWidth プロパティ

定義

EXIF の向きがビットマップに適用された後のフレームの幅 (ピクセル単位)。

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

プロパティ値

UInt32

unsigned int

uint32_t

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

実装

注釈

このプロパティは、画像またはピクセル データの幅を知る必要がある場合に、OrientedPixelWidth と同じ方法で使用します。

適用対象