Share via


NUI_LOCKED_RECT Structure

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.