CCT.NUI.Core.DepthDataFrame.DepthDataFrame C# (CSharp) Method

DepthDataFrame() public method

public DepthDataFrame ( IntSize size, ushort data ) : System
size IntSize
data ushort
return System
        public DepthDataFrame(IntSize size, ushort[] data)
        {
            this.data = data;
            this.size = size;
        }

Same methods

DepthDataFrame::DepthDataFrame ( int width, int height ) : System
DepthDataFrame::DepthDataFrame ( int width, int height, ushort data ) : System