ImageFeatureDescriptor.Width 属性

定义

预期的图像宽度。

public:
 property unsigned int Width { unsigned int get(); };
uint32_t Width();
public uint Width { get; }
var uInt32 = imageFeatureDescriptor.width;
Public ReadOnly Property Width As UInteger

属性值

UInt32

unsigned int

uint32_t

预期的图像宽度。

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于