CCT.NUI.Core.DepthFramePointerDataSource.GetPointer C# (CSharp) Méthode

GetPointer() private méthode

private GetPointer ( DepthDataFrame frame ) : IntPtr
frame DepthDataFrame
Résultat System.IntPtr
        private unsafe IntPtr GetPointer(DepthDataFrame frame)
        {
            return this.pointerFactory.CreatePointer(frame.Data);
        }