Share via


ImageProperties.Height プロパティ

定義

イメージの高さを取得します。

public:
 property unsigned int Height { unsigned int get(); };
uint32_t Height();
public uint Height { get; }
var uInt32 = imageProperties.height;
Public ReadOnly Property Height As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

画像の高さ (ピクセル単位)。

適用対象