private static void smethod_3(ShapeObject A_0, Class98 A_1)
 {
     if (((((A_0.Height != 0.0) && (A_0.Width != 0.0)) && (A_1 != null)) && (((A_1.method_47() != 0.0) || (A_1.method_49() != 0.0)) || ((A_1.method_53() != 0.0) || (A_1.method_51() != 0.0)))) && A_0.HasImageBytes)
     {
         ImageSize size = new ImageSize((int)A_0.ImageData.Size.Width, (int)A_0.ImageData.Size.Height);
         if (size.IsValid)
         {
             A_0.ShapePr.SetAttr(0x103, Class969.smethod_71(A_1.method_47() / ((double)size.WidthPixels)));
             A_0.ShapePr.SetAttr(0x100, Class969.smethod_71(A_1.method_49() / ((double)size.HeightPixels)));
             A_0.ShapePr.SetAttr(0x102, Class969.smethod_71(A_1.method_51() / ((double)size.WidthPixels)));
             A_0.ShapePr.SetAttr(0x101, Class969.smethod_71(A_1.method_53() / ((double)size.WidthPixels)));
         }
     }
 }