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
Defines the surface for a locked rectangle.
Syntax
typedef struct _NUI_LOCKED_RECT {
INT Pitch;
int size;
BYTE *pBits;
} NUI_LOCKED_RECT;
Members
- Pitch
The number of bytes of data in a row. - size
The size of pBits, in bytes. - pBits
A pointer to the upper-left corner of the rectangle.
Requirements
Header: Declared in NuiImageCamera.h; however, include NuiApi.h in your project.