次の方法で共有


ImageProperties.Width プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

イメージの幅

、ピクセル単位。

適用対象