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

◆ Reference()

Image Microsoft.Azure.Kinect.Sensor.Image.Reference ( )
inline

Creates a duplicate reference to the same Image.

Returns
A new Image object representing the same data.

Creating a reference to the same image does not copy the image, but creates two managed objects representing the same image data. Each object must be independently disposed. The lifetime of the underlying image data will be equal or greater than all of the referenced image objects.