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

DepthFramePointerDataSource() public method

public DepthFramePointerDataSource ( DepthDataFrame frame ) : System
frame DepthDataFrame
return System
        public DepthFramePointerDataSource(DepthDataFrame frame)
        {
            this.frame = frame;
            this.pointerFactory = new ArrayToPointerFactory();
            this.CurrentValue = this.GetPointer(frame);
        }