Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
This structure is not used.
Syntax
typedef struct _NUI_IMAGE_VIEW_AREA {
NUI_IMAGE_DIGITALZOOM eDigitalZoom;
LONG lCenterX;
LONG lCenterY;
} NUI_IMAGE_VIEW_AREA;
Members
- eDigitalZoom
NUI_IMAGE_DIGITALZOOM value that specifies the zoom factor. - lCenterX
The X offset from center, for panning. - lCenterY
The Y offset from center, for panning.
Requirements
Header: Declared in NuiImageCamera.h; however, include NuiApi.h in your project.