Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ Image() [2/2]

Microsoft.Azure.Kinect.Sensor.Image.Image ( ImageFormat  format,
int  widthPixels,
int  heightPixels 
)
inline

Initializes a new instance of the Image class.

Parameters
formatThe pixel format of the image. Must be a format with a constant pixel size.
widthPixelsWidth of the image in pixels.
heightPixelsHeight of the image in pixels.