CCT.NUI.Core.OpenNI.DepthDataFrameFactory.DepthDataFrameFactory C# (CSharp) Method

DepthDataFrameFactory() public method

public DepthDataFrameFactory ( IntSize size ) : System
size IntSize
return System
        public DepthDataFrameFactory(IntSize size)
        {
            this.size = size;
        }
DepthDataFrameFactory