IS_FacialExpressionIsLookingUp() 공개 정적인 메소드

public static IS_FacialExpressionIsLookingUp ( IntPtr state ) : System.Boolean
state System.IntPtr
리턴 System.Boolean
예제 #1
0
 /// <summary>
 /// Query whether the user is looking up at the time the EmoState is captured.
 /// </summary>
 /// <returns>eyes position (true: looking up, false: not looking up)</returns>
 public Boolean FacialExpressionIsLookingUp()
 {
     return(EdkDll.IS_FacialExpressionIsLookingUp(hEmoState));
 }