Browse Source

Merge branch 'master' of ssh://10.10.101.21/source/mes-client

章政 7 years ago
parent
commit
6ad62608ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS_Web/tool/RequestHandler.cs

+ 1 - 0
UAS_Web/tool/RequestHandler.cs

@@ -174,6 +174,7 @@ namespace UAS_Web.tool
             g.SmoothingMode = SmoothingMode.HighQuality;
             g.InterpolationMode = InterpolationMode.NearestNeighbor;
             g.PixelOffsetMode = PixelOffsetMode.Half;
+            g.ScaleTransform(0.7F, 1F);
             g.DrawImage(i, 0, -5, i.Width, i.Height);
             if (index < imagecount - 1)
             {