Exemple #1
0
        private Class9 method_5(bool[,] bool_0, int int_0)
        {
            Class9 class2 = null;

            foreach (Class8 class3 in this.list_0)
            {
                Class9 class4 = this.method_4(bool_0, class3.method_2(), int_0);
                class4.method_1(class3.method_0());
                if ((class2 == null) || (class2.QduqHsysan() < class4.QduqHsysan()))
                {
                    class2 = class4;
                }
            }
            return(class2);
        }
Exemple #2
0
        private string method_0(Bitmap bitmap_0)
        {
            string str    = string.Empty;
            int    width  = bitmap_0.Width;
            int    height = bitmap_0.Height;

            bool[,] flagArray = this.method_1(bitmap_0);
            int num2 = this.method_2(flagArray, -1);

            while (num2 < (width - 7))
            {
                Class9 class2 = this.method_5(flagArray, num2);
                if (class2.QduqHsysan() > 0.6)
                {
                    str  = str + class2.method_0();
                    num2 = class2.X + 10;
                }
                else
                {
                    num2++;
                }
            }
            return(str);
        }