Kinect.KinectManager.GetColorImageHeight C# (CSharp) Méthode

GetColorImageHeight() public méthode

Gets the height of the color image, returned by the sensor.
public GetColorImageHeight ( ) : int
Résultat int
        public int GetColorImageHeight()
        {
            return sensorData != null ? sensorData.colorImageHeight : 0;
        }
KinectManager