BitmapDecoder.PixelHeight プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

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

実装

注釈

ネイティブに格納されている画像のピクセル サイズには PixelHeight を使用します。

適用対象