StoreVideo.Height 属性

定义

获取视频的高度(以像素为单位)。

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

属性值

UInt32

unsigned int

uint32_t

视频的高度。

适用于