Пример #1
0
 public override void vmethod_0(spr⚢ A_0)
 {
     if (A_0.ᜒ().ᜑ() >= 0.1f)
     {
         this.method_12(A_0);
         PointF point = new PointF(A_0.ᜏ(), A_0.());
         if (sprⓚ.ᜀ(A_0.᜘(), sprⓚ.ទ))
         {
             spr⡅ r⡅ = new spr⡅(A_0.᜘());
             using (Brush brush = spr⏓.ᜀ(r⡅))
             {
                 using (Font font2 = sprḊ.ᜀ(A_0.ᜒ(), this.spr⇄_0))
                 {
                     this.graphics_0.DrawString(A_0.᜕(), font2, brush, point, stringFormat_0);
                 }
             }
         }
         if (sprⓚ.ᜀ(A_0.ᜎ(), sprⓚ.ទ))
         {
             GraphicsPath path = new GraphicsPath();
             using (Font font = sprḊ.ᜀ(A_0.ᜒ(), this.spr⇄_0))
             {
                 path.AddString(A_0.᜕(), font.FontFamily, (int)font.Style, A_0.ᜒ().ᜑ(), point, stringFormat_0);
             }
             spr⚪ r⚪ = new spr⚪(A_0.ᜎ());
             using (Pen pen = spr➮.ᜀ(r⚪))
             {
                 this.graphics_0.DrawPath(pen, path);
             }
         }
         this.method_13(A_0);
     }
 }
Пример #2
0
 public void method_16(Image A_0, RectangleF A_1, spr➂ A_2)
 {
     using (MemoryStream stream = new MemoryStream())
     {
         spr⊗.ᜀ(A_0, stream);
         this.method_0().ᜁ();
         if (spr➂.ᜀ(A_2, null))
         {
             this.method_0().᜜().ᜏ().ᜀ(A_2.ᜐ(), A_2.ᜓ(), A_2.᜕(), A_2.(), A_2.(), A_2.());
         }
         this.method_0().᜜().ᜏ().ᜀ(A_1.Location.X, A_1.Location.Y);
         sprἣ sprἣ = new sprἣ(new PointF(0f, 0f), A_1.Size, stream.ToArray());
         this.method_0().ᜀ(sprἣ);
         this.method_0().ᜂ();
     }
 }
Пример #3
0
    public void method_11(string A_0, sprᝪ A_1, Color A_2, PointF A_3, SizeF A_4, spr➂ A_5, StringFormat A_6)
    {
        this.method_0().ᜁ();
        spr⚢ r⚢ = new spr⚢(A_1, sprⓚ.ᜀ(A_2), sprⓚ.ទ, new PointF(0f, 0f), A_0, A_4, 0f);

        if ((A_1.ᜂ() & FontStyle.Underline) != FontStyle.Regular)
        {
            r⚢. = 1;
        }
        if (spr➂.ᜀ(null, A_5))
        {
            this.method_0().᜜().ᜏ().ᜀ(A_5.ᜐ(), A_5.ᜓ(), A_5.᜕(), A_5.(), A_5.(), A_5.());
        }
        this.method_0().᜜().ᜏ().ᜀ(A_3.X, A_3.Y - r⚢.ᜄ().Y);
        this.method_0().ᜀ(r⚢);
        this.method_0().ᜂ();
    }