HistogramGrid 结构 (mfapi.h)
HistogramGrid 结构描述MF_CAPTURE_METADATA_HISTOGRAM的 Blob 格式。
语法
typedef struct tagHistogramGrid {
ULONG Width;
ULONG Height;
RECT Region;
} HistogramGrid;
成员
Width
从中收集直方图的传感器输出的宽度。
Height
从中收集直方图的传感器输出的高度。
Region
传感器输出中收集直方图的区域的绝对坐标。
要求
标头 | mfapi.h |