xn.OpenNIImporter.xnGetContextFromNodeHandle C# (CSharp) Method

xnGetContextFromNodeHandle() private method

private xnGetContextFromNodeHandle ( IntPtr hNode ) : IntPtr
hNode System.IntPtr
return System.IntPtr
        public static extern XnContext xnGetContextFromNodeHandle(XnNodeHandle hNode);
OpenNIImporter