// Token: 0x06001317 RID: 4887 RVA: 0x000049D5 File Offset: 0x00002BD5
 internal void method_49(object object_0, Class66 class66_0)
 {
     if (this.delegate161_0 != null)
     {
         this.delegate161_0(object_0, class66_0);
     }
 }
Esempio n. 2
0
        internal Class42(ns4.Class53 dc, ns1.Class78 currentFont)
        {
            if (dc.Handle == IntPtr.Zero)
            {
                throw new ArgumentNullException(nameof(dc), "Handle to device context cannot be null");
            }
            if (dc.method_1(ns1.Enum0.const_3) == IntPtr.Zero)
            {
                throw new ArgumentException("No font selected into supplied device context", nameof(dc));
            }
            this.class53_0 = dc;
            this.class78_0 = currentFont;
            StringBuilder lpFaceName = new StringBuilder((int)byte.MaxValue);

            Class61.GetTextFace(dc.Handle, lpFaceName.Capacity, lpFaceName);
            this.string_0  = lpFaceName.ToString();
            this.class52_0 = new Class52(dc);
            this.class80_0 = new Class80(new MemoryStream(this.method_0()), this.string_0);
            this.class66_0 = new ns10.Class66(this.EmSquare);
            currentFont.Dispose();
        }