다음을 통해 공유


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

비디오 너비(픽셀)입니다.

적용 대상