소스 검색

优化图片刷新

tags/录制修改前
zhangxueyang 4 년 전
부모
커밋
fca66ce934
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 2
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs 파일 보기

@@ -1457,7 +1457,8 @@ namespace XHWK.WKTool
1457 1457
                             imgCanvas.Width = bitImg.Width;
1458 1458
                             imgCanvas.Height = bitImg.Height;
1459 1459
                             scroMain.ScrollToVerticalOffset(0);
1460
-                            APP.PageDrawList[APP.pageData.currpage - 1].ImageSizes = new ScaleTransform
1460
+                                imgCanvas.Margin = new Thickness(APP.PageDrawList[APP.pageData.currpage - 1].ImageLocation.X, APP.PageDrawList[APP.pageData.currpage - 1].ImageLocation.Y, 0, 0);
1461
+                                APP.PageDrawList[APP.pageData.currpage - 1].ImageSizes = new ScaleTransform
1461 1462
                             {
1462 1463
                                 CenterX = imgCanvas.Width,
1463 1464
                                 CenterY = imgCanvas.Height

Loading…
취소
저장