IS_FacialExpressionIsBlink() 공개 정적인 메소드

public static IS_FacialExpressionIsBlink ( IntPtr state ) : System.Boolean
state System.IntPtr
리턴 System.Boolean
예제 #1
0
 /// <summary>
 /// Query whether the user is blinking at the time the EmoState is captured.
 /// </summary>
 /// <returns>blink status (true: blink, false: not blink)</returns>
 public Boolean FacialExpressionIsBlink()
 {
     return(EdkDll.IS_FacialExpressionIsBlink(hEmoState));
 }