Kinect.KinectManager.GetColorImageWidth C# (CSharp) Метод

GetColorImageWidth() публичный Метод

Gets the width of the color image, returned by the sensor.
public GetColorImageWidth ( ) : int
Результат int
        public int GetColorImageWidth()
        {
            return sensorData != null ? sensorData.colorImageWidth : 0;
        }
KinectManager