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

GetColorImageWidth() public méthode

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