コード例 #1
0
ファイル: Class72.cs プロジェクト: hk1722/CyberAIO-1
 // Token: 0x060002DF RID: 735 RVA: 0x0001A5DC File Offset: 0x000187DC
 private static bool smethod_3(Interface0 interface0_0)
 {
     byte[] array = new byte[]
     {
         0,
         130,
         byte.MaxValue
     };
     for (int i = 0; i < array.Length; i++)
     {
         byte b = array[i];
         interface0_0.imethod_2(i, ref b);
     }
     if (interface0_0.imethod_0() != array.Length)
     {
         return(false);
     }
     for (int j = 0; j < array.Length; j++)
     {
         byte b2;
         interface0_0.imethod_1(j, out b2);
         if (b2 != array[j])
         {
             return(false);
         }
     }
     interface0_0.imethod_3();
     return(interface0_0.imethod_0() == 0);
 }
コード例 #2
0
 static LittleEndianBitConverter()
 {
     if (BitConverter.IsLittleEndian)
     {
         LittleEndianBitConverter.interface0_0 = (Interface0) new Class183();
     }
     else
     {
         LittleEndianBitConverter.interface0_0 = (Interface0) new Class81();
     }
 }
コード例 #3
0
        public Interface24[] imethod_1(double width, Interface25 breaker)
        {
            Interface0 metrics = this.Settings.Font.Metrics;
            double     num     = width - this.Offset.X;

            if (metrics.GetBounds(this.Text, Enum24.flag_0).Corner2.X <= num)
            {
                return new Interface24[1] {
                           (Interface24)this
                }
            }
            ;
            int position = -1;
            Pair <string, string> pair1 = (Pair <string, string>)null;
            Pair <string, string> pair2;

            do
            {
                pair2 = pair1;

                pair1 = breaker.imethod_1(this.Text, ref position);
            }while (position >= 0 && metrics.GetBounds(pair1.First, Enum24.flag_0).Corner2.X <= num);
            if (pair2 == null)
            {
                if (pair1 == null)
                {
                    return(Class470.interface24_0);
                }
                pair2 = pair1;
            }
            return(new Interface24[2] {
                (Interface24) new Class470(pair2.First, this.Settings)
                {
                    Offset = this.Offset
                }, (Interface24) new Class470(pair2.Second, this.Settings)
            });
        }
コード例 #4
0
 internal WordArt(Interface0 A_0)
 {
     this.interface0_0 = A_0;
 }
コード例 #5
0
 internal BackgroundGradient(Interface0 A_0) : base(A_0)
 {
     this.color_0 = Color.White;
     this.color_1 = Color.White;
 }
コード例 #6
0
ファイル: Class71.cs プロジェクト: pengxinglove/PersonalSpire
 internal Class71(Interface0 A_0)
 {
     this.interface0_0 = A_0;
 }
コード例 #7
0
 internal Class1077(Interface0 A_0, Document A_1)
 {
     this.interface0_0 = A_0;
     this.class783_0   = new Class783(A_1, new Class71(A_0));
 }
コード例 #8
0
 internal Class1076(Interface0 A_0)
 {
     this.interface0_0 = A_0;
 }
コード例 #9
0
ファイル: VMLFill.cs プロジェクト: pengxinglove/PersonalSpire
 internal VMLFill(Interface0 A_0)
 {
     this.interface0_0 = A_0;
 }