CCT.NUI.KinectSDK.SDKDepthImageDataSource.SDKDepthImageDataSource C# (CSharp) Method

SDKDepthImageDataSource() public method

public SDKDepthImageDataSource ( IKinectSensor nuiRuntime ) : System
nuiRuntime IKinectSensor
return System
        public SDKDepthImageDataSource(IKinectSensor nuiRuntime)
            : base(nuiRuntime)
        {
            this.depthFrame32 = new byte[Width * Height * 4];
        }