示例#1
0
    private static bool smethod_1(PointF A_0, int A_1, Class448[] A_2, Class447 A_3)
    {
        Class447 class2 = Class447.smethod_4(A_0, true);

        PointF[] tfArray = new PointF[] { PointF.Empty };
        if (!Class447.smethod_2(A_3, class2, tfArray, true))
        {
            return(false);
        }
        return(smethod_2(new Class448(A_0, tfArray[0]), A_1, A_2));
    }
示例#2
0
 private void method_1()
 {
     this.class722_0.method_0(true);
     this.int_0       = this.class722_0.method_25();
     this.int_1       = this.class722_0.method_26();
     this.int_2       = this.class722_0.method_19();
     this.class448_0  = this.method_9(this.int_0, this.int_1);
     this.class448_1  = this.method_9(this.int_1, this.int_0);
     this.bool_0      = true;
     this.class950_0  = null;
     this.arrayList_0 = new ArrayList();
     this.pointF_0    = this.class722_0.method_20(this.class722_0.method_23()).method_2();
     this.pointF_1    = this.class722_0.method_20(this.class722_0.method_24()).method_2();
     this.class447_0  = Class447.smethod_4(this.pointF_0, false);
     this.class447_1  = Class447.smethod_4(this.pointF_1, false);
 }
示例#3
0
    private void method_12(Class950 A_0)
    {
        int num = this.method_3(A_0.method_8() + 1);

        for (int i = 0; i < A_0.method_10(); i++)
        {
            this.class722_0.method_7(num);
        }
        if (spr⃸.ᜀ(A_0.method_0().Y, A_0.method_6().Y))
        {
            A_0.method_11(A_0.method_10() + 1);
        }
        else
        {
            bool     flag;
            PointF   tf3      = (flag = (A_0.method_0().X < A_0.method_6().X) ? A_0.method_12() : !A_0.method_12()) ? A_0.method_0() : A_0.method_6();
            Class447 class2   = Class447.smethod_4(tf3, true);
            Class447 class3   = new Class447(flag ? A_0.method_4() : A_0.method_2(), flag ? A_0.method_6() : A_0.method_0());
            PointF[] tfArray2 = new PointF[] { PointF.Empty };
            Class447.smethod_1(class2, class3, tfArray2);
            this.class722_0.method_6(num, new Class886(tfArray2[0]));
        }
    }