xn.OpenNIImporter.xnSetUserPosition C# (CSharp) Method

xnSetUserPosition() private method

private xnSetUserPosition ( IntPtr hInstance, UInt32 nIndex, BoundingBox3D &pPosition ) : UInt32
hInstance System.IntPtr
nIndex System.UInt32
pPosition BoundingBox3D
return System.UInt32
        public static extern XnStatus xnSetUserPosition(XnNodeHandle hInstance, XnUInt32 nIndex, ref BoundingBox3D pPosition);
OpenNIImporter