IS_FacialExpressionIsLookingDown() 공개 정적인 메소드

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