共用方式為


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

視訊的寬度,以圖元為單位。

適用於