Share via


NUI_SURFACE_DESC Structure

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Surface image size.

Syntax

typedef struct _NUI_SURFACE_DESC {
    UINT Width;
    UINT Height;
} NUI_SURFACE_DESC;

Members

  • Width
    The surface width.
  • Height
    The surface height.

Requirements

Header: Declared in NuiImageCamera.h; however, include NuiApi.h in your project.