Share via


NuiImageResolutionToSize

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Converts the resolution to a size.

Syntax

void NuiImageResolutionToSize(
         NUI_IMAGE_RESOLUTION res,
         DWORD &refWidth,
         DWORD &refHeight
)

Parameters

  • res
    Type: NUI_IMAGE_RESOLUTION
    [in] The image resolution.
  • refWidth
    Type: DWORD
    [out] The width of the image.
  • refHeight
    Type: DWORD
    [out] The height of the image.

Return Value

None.

Requirements

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