Emotiv.EdkDll.Unmanaged_IS_FacialExpressionGetEyeLocation C# (CSharp) Method

Unmanaged_IS_FacialExpressionGetEyeLocation() private method

private Unmanaged_IS_FacialExpressionGetEyeLocation ( IntPtr state, System.Single &x, System.Single &y ) : void
state System.IntPtr
x System.Single
y System.Single
return void
        static extern void Unmanaged_IS_FacialExpressionGetEyeLocation(IntPtr state, out Single x, out Single y);
EdkDll