次の方法で共有


StoreVideo.Width プロパティ

定義

ビデオの幅をピクセル単位で取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

ビデオの幅 (ピクセル単位)。

適用対象