共用方式為


VideoProperties.Height 屬性

定義

取得視訊的高度。

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

屬性值

UInt32

unsigned int

uint32_t

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

適用於