Esempio n. 1
0
 public static Class1073 smethod_1()
 {
     if (class1073_0 == null)
     {
         class1073_0 = new Class1073();
     }
     return(class1073_0);
 }
Esempio n. 2
0
 void IDisposable.Dispose()
 {
     if (bitmap_0 != null)
     {
         bitmap_0.Dispose();
         bitmap_0 = null;
     }
     if (graphics_0 != null)
     {
         graphics_0.Dispose();
         graphics_0 = null;
     }
     this.double_0 = null;
     class1073_0   = null;
 }
Esempio n. 3
0
 void IDisposable.Dispose()
 {
     if (this.graphics_0 != null)
     {
         this.graphics_0.Dispose();
         this.graphics_0 = null;
     }
     if (this.graphics_1 != null)
     {
         this.graphics_1.Dispose();
         this.graphics_1 = null;
     }
     if (this.font_0 != null)
     {
         this.font_0 = null;
     }
     if (this.class1073_0 != null)
     {
         this.class1073_0.System.IDisposable.Dispose();
         this.class1073_0 = null;
     }
 }
        private SizeF method_30()
        {
            Font font = Class58.smethod_1(this.string_11, this.float_4, FontStyle.Regular);

            return(Class1073.smethod_0().MeasureString(this.string_10, font));
        }
Esempio n. 5
0
 public void method_10(Graphics A_0)
 {
     this.graphics_1  = (A_0 == null) ? this.method_8() : A_0;
     this.class1073_0 = new Class1073(this.graphics_1);
 }