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

视频的宽度(以像素为单位)。

适用于