Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
The HistogramGrid structure describes the blob format for MF_CAPTURE_METADATA_HISTOGRAM.
Syntax
typedef struct tagHistogramGrid {
ULONG Width;
ULONG Height;
RECT Region;
} HistogramGrid;
Members
Width
Width of the sensor output that histogram is collected from.
Height
Height of the sensor output that histogram is collected from.
Region
Absolute coordinates of the region on the sensor output that the histogram is collected for.
Requirements
| Requirement | Value |
|---|---|
| Header | mfapi.h |