Exemplo n.º 1
0
                public static bool TurnOffSeeThroughDistortData()
                {
                    int result = SRWorkModule_API.TurnOffDistortData();

                    if (result != (int)Error.WORK)
                    {
                        return(false);
                    }
                    see_through_data_.distorted_frame_left  = IntPtr.Zero;
                    see_through_data_.distorted_frame_right = IntPtr.Zero;
                    return(true);
                }