xn.OpenNIImporter.xnSaveSkeletonCalibrationData C# (CSharp) Method

xnSaveSkeletonCalibrationData() private method

private xnSaveSkeletonCalibrationData ( IntPtr hInstance, UInt32 user, UInt32 nSlot ) : UInt32
hInstance System.IntPtr
user System.UInt32
nSlot System.UInt32
return System.UInt32
        public static extern XnStatus xnSaveSkeletonCalibrationData(XnNodeHandle hInstance, XnUserID user, XnUInt32 nSlot);
OpenNIImporter