WpfKinectHelper.DepthDataChangeEventArgs.DepthDataChangeEventArgs C# (CSharp) 메소드

DepthDataChangeEventArgs() 공개 메소드

public DepthDataChangeEventArgs ( DepthImagePixel depthData, byte rgbData ) : System
depthData DepthImagePixel
rgbData byte
리턴 System
        public DepthDataChangeEventArgs(DepthImagePixel[] depthData, byte[] rgbData)
        {
            this.depthData = depthData;
            this.rgbData = rgbData;
        }
DepthDataChangeEventArgs