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