IS_FacialExpressionGetSmileExtent() public static method

public static IS_FacialExpressionGetSmileExtent ( IntPtr state ) : System.Single
state System.IntPtr
return System.Single
Exemplo n.º 1
0
 /// <summary>
 /// Returns the smile extent of the user (Obsolete function)
 /// </summary>
 /// <returns>smile extent value (0.0 to 1.0)</returns>
 public Single FacialExpressionGetSmileExtent()
 {
     return(EdkDll.IS_FacialExpressionGetSmileExtent(hEmoState));
 }